diff options
author | thomascube <thomas@roundcube.net> | 2006-05-01 18:07:17 +0000 |
---|---|---|
committer | thomascube <thomas@roundcube.net> | 2006-05-01 18:07:17 +0000 |
commit | 326e87a5d66f0e9a2cd5f34a6e27cd056b9746ad (patch) | |
tree | dac691f18b1a0866e328c360c47404bf302114a5 /skins/default/mail.css | |
parent | 97a915e66270ad83d1c5f8ddfc360032870e5dcd (diff) |
Pimped search function
Diffstat (limited to 'skins/default/mail.css')
-rw-r--r-- | skins/default/mail.css | 23 |
1 files changed, 19 insertions, 4 deletions
diff --git a/skins/default/mail.css b/skins/default/mail.css index 8cfb954b1..6d1d221ee 100644 --- a/skins/default/mail.css +++ b/skins/default/mail.css @@ -468,15 +468,18 @@ body.messagelist position: absolute; top: 60px; right: 40px; - width: 200px; + width: 182px; height: 20px; text-align: right; + background: url('images/searchfield.gif') top left no-repeat; } #quicksearchbar a { + position: absolute; + top: 3px; + right: 4px; text-decoration: none; - padding-left: 5px; } #quicksearchbar img @@ -486,11 +489,23 @@ body.messagelist #quicksearchbox { - width: 150px; - border: 1px solid #999999; + position: absolute; + top: 2px; + left: 20px; + width: 140px; + font-size: 11px; + padding: 0px; + border: none; } +/*\*/ +html>body*#quicksearchbar { background-image: none; } +html>body*#quicksearchbar a { top: 5px; } +html>body*#quicksearchbar #quicksearchbox { width: 180px; top:0px; right: 1px; left: auto; } +/**/ + + #rcversion { position: absolute; |