diff options
| author | Michael Peter Christen <mc@yacy.net> | 2014-03-21 02:42:09 +0100 |
|---|---|---|
| committer | Michael Peter Christen <mc@yacy.net> | 2014-03-21 02:42:09 +0100 |
| commit | 617dd9c97b5db119a4603190ccedaf7d504b728b (patch) | |
| tree | ec7c42e8f0fdfec45eb805e13a0bed6a96bdf016 /htroot/env/base.css | |
| parent | f8f88d4e812b1fecae33d4749b7828656c8101e4 (diff) | |
- added new input field in index.html
- changed progress bar in yacysearch.html
- moved pagination navigation to page bottom
- moved search term input field to headline
Diffstat (limited to 'htroot/env/base.css')
| -rw-r--r-- | htroot/env/base.css | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/htroot/env/base.css b/htroot/env/base.css index eea139756..0e94e5809 100644 --- a/htroot/env/base.css +++ b/htroot/env/base.css @@ -327,7 +327,7 @@ clear:both; #resNav { /* right part of the progress bar */ - float:right; + float:left; } #resProgFill { @@ -713,7 +713,7 @@ form.search.small { } .searchinput { - font-size:16px; + font-size:18px; } /*---------- |
