|
|
|
@ -180,7 +180,6 @@ input[type=text], select
|
|
|
|
|
height: 20px;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
select, button, input[type="button"], input[type="submit"], input[type="reset"]
|
|
|
|
|
{
|
|
|
|
|
height: 26px;
|
|
|
|
@ -188,6 +187,12 @@ select, button, input[type="button"], input[type="submit"], input[type="reset"]
|
|
|
|
|
margin-left: 10px;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
/*This allows us to override center the text on the jQuery UI Buttons when we set the height above*/
|
|
|
|
|
button span, input[type="button"] span, input[type="submit"] span, input[type="reset"] span
|
|
|
|
|
{
|
|
|
|
|
margin-top: -3px;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.listButton
|
|
|
|
|
{
|
|
|
|
|
padding: 2px 10px 2px 10px;
|
|
|
|
|