| Re: How do you change the size of the login boxes |
| by Burning on 2008/5/30 11:25:44 hi, Try also to reduce these values Quote:
@+ |
| Re: How do you change the size of the login boxes |
| by Bassman on 2008/5/30 4:28:23 This is what I did for an old theme (not using #xo-blablah) but you can see what to do for your theme: Quote:
|
| Re: How do you change the size of the login boxes |
| by richardb96 on 2008/5/29 20:34:10 this only seems to change the length of the box & not the overall scale (height as well)? |
| Re: How do you change the size of the login boxes |
| by Burning on 2008/5/28 16:41:47 hi, Try to edit /css/content-data.css ("width" property): le="color: #000000"><?php #xo-userbar input[type=text],#xo-userbar input[type=password] { width:80px; font-family:Arial, Helvetica, sans-serif; font-size:1em; color:#3676b0; background-color:#fcfcfc; border:1px solid #bbb; outline:none!important; margin:0 0 2px; padding:.1em; } #xo-userbar input[type=text]:hover,#xo-userbar input[type=password]:hover { font-size:1em; background-color:#fff; color:#639ace; border:1px solid #3676b0; outline:none!important; } #xo-userbar input[type=text]:focus,#xo-userbar input[type=password]:focus { outline:none!important; font-size:1em; border:1px solid #3676b0!important; background-color:#fff; color:#639ace; } @+ |
| Re: How do you change the size of the login boxes |
| by richardb96 on 2008/5/28 15:52:50 Hi, ok i've put size="6" in there and thats made it shorter in length... how do I decrease the height or make the font smaller (just in those two boxes tho... |