diff options
author | alecpl <alec@alec.pl> | 2009-05-02 14:19:24 +0000 |
---|---|---|
committer | alecpl <alec@alec.pl> | 2009-05-02 14:19:24 +0000 |
commit | 30b152b1947e773a618bc29bfa3b5b505ceeb1d7 (patch) | |
tree | d957132b27c4e0db1ea179fdc30f42cb31b6f2ad /skins/default/common.css | |
parent | 4e65a3c145006348af29d913463fd683b72fe5c0 (diff) |
- Added quick search box menu (#1484304)
Diffstat (limited to 'skins/default/common.css')
-rw-r--r-- | skins/default/common.css | 9 |
1 files changed, 8 insertions, 1 deletions
diff --git a/skins/default/common.css b/skins/default/common.css index a01985413..b445cd2c9 100644 --- a/skins/default/common.css +++ b/skins/default/common.css @@ -347,7 +347,7 @@ table.records-table tr.unfocused td background: url('images/searchfield.gif') top left no-repeat; } -#quicksearchbar a +#searchreset { position: absolute; top: 3px; @@ -355,6 +355,13 @@ table.records-table tr.unfocused td text-decoration: none; } +#searchmod +{ + position: absolute; + top: 3px; + right: 162px; +} + #quicksearchbar img { vertical-align: middle; |