From 51ada4c2e2ee305fa12b1f9f70bd6935e825dd80 Mon Sep 17 00:00:00 2001 From: Bharat Mediratta Date: Sun, 23 Nov 2008 08:08:12 +0000 Subject: Move search out into its own module and have it display its link at the header_bottom() insertion point. --- themes/default/css/screen.css | 19 ++++++++++++++++++- 1 file changed, 18 insertions(+), 1 deletion(-) (limited to 'themes/default/css') diff --git a/themes/default/css/screen.css b/themes/default/css/screen.css index f8cbe878..a3ccedfc 100644 --- a/themes/default/css/screen.css +++ b/themes/default/css/screen.css @@ -74,7 +74,7 @@ th { /** ******************************************************************* * 2) Base text styles ******************************************************************/ -#gContent { +#gContent { font-size: 1em; } @@ -721,6 +721,23 @@ li.gError select { margin-right: 20px; } +#gSearchForm li { + float: left; + padding: .3em .5em .4em .5em; +} + +#gSearchForm input[type="text"], +#gSearchForm input[type="password"], +#gSearchForm textarea, +#gSearchForm .gValidationRule { + width: 10em; +} + +#gSearchForm input[type="Submit"] { + margin-top: 1em; +} + + #gSearchForm label { display: none; } -- cgit v1.2.3