diff --git a/site/webroot/css/layout.css b/site/webroot/css/layout.css index 9a4837e..2707196 100644 --- a/site/webroot/css/layout.css +++ b/site/webroot/css/layout.css @@ -258,15 +258,19 @@ div.loading { margin-left: 1.0em; } +div.scroll .selbox { + font-family: 'lucida grande',verdana,helvetica,arial,sans-serif; + font-size: small; +} + /* The "page N / M" input box */ div.scroll input[type='text'] { - font-family: 'lucida grande',verdana,helvetica,arial,sans-serif; - font-size: 1em; text-align: right; padding-right: 0.4em; } + /************************************************************ ************************************************************ * Grid Dynamic Selection Text @@ -338,12 +342,20 @@ fieldset fieldset div { clear: left; /* margin: 0 20px; */ } -form div { - clear: both; -/* margin-bottom: 1em; */ -/* padding: .5em; */ - vertical-align: text-top; -} + +/* + * REVISIT : 20090728 + * This "form div" is way too generic, and in fact + * it's screwing up the jqGrid header. I'm commenting + * it out for now, to see if it actually is needed + * anywhere, and hope to delete it in the near future. + */ +/* form div { */ +/* clear: both; */ +/* /\* margin-bottom: 1em; *\/ */ +/* /\* padding: .5em; *\/ */ +/* vertical-align: text-top; */ +/* } */ form div.input { color: #444; }