diff options
| author | Bharat Mediratta <bharat@menalto.com> | 2008-11-23 08:08:12 +0000 | 
|---|---|---|
| committer | Bharat Mediratta <bharat@menalto.com> | 2008-11-23 08:08:12 +0000 | 
| commit | 51ada4c2e2ee305fa12b1f9f70bd6935e825dd80 (patch) | |
| tree | 5d2dc666bbcac81c887587301ce95392c3e1f0dd /themes/default/css/screen.css | |
| parent | f39cf6ed2f43706ef13e67353ea7e43f5d09b7a8 (diff) | |
Move search out into its own module and have it display its link at
the header_bottom() insertion point.
Diffstat (limited to 'themes/default/css/screen.css')
| -rw-r--r-- | themes/default/css/screen.css | 19 | 
1 files changed, 18 insertions, 1 deletions
| 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;  } | 
