2010/11/18 ron_m <[email protected]>

>
> The text input fields are not very tall, in fact select boxes don't
> even show the full height of the font. I fixed that by changing the
> input text, input password and select height from 16px to 20px in
> base.css
>
> Ron


I think massimo change to 16 px, because originally was in 22px.

Anyways you can always customize it.

Change this in base.css

input[type=submit], input[type=button], button {
margin: 0px;
height: 22px;
background: #eaeaea;
color: #555;
border: 1px solid #dedede;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
border-radius: 2px;
}

change background to something like background: #a1a1a1;

-- 
My blog: http://martin.tecnodoc.com.ar
My portfolio *spanish*: http://www.tecnodoc.com.ar
Checkout my last proyect instant-press: http://www.instant2press.com

Reply via email to