diff options
author | thomascube <thomas@roundcube.net> | 2006-03-23 22:32:47 +0000 |
---|---|---|
committer | thomascube <thomas@roundcube.net> | 2006-03-23 22:32:47 +0000 |
commit | 4647e1bbb5beba82605695c4dc989ca867e53244 (patch) | |
tree | e4c86b406503170cd069b0fbd05b034073113ceb /skins/default/mail.css | |
parent | d1dfb1e65c593fcf3e5d5d0db6c386b89552f73f (diff) |
Started implementing search function
Diffstat (limited to 'skins/default/mail.css')
-rw-r--r-- | skins/default/mail.css | 29 |
1 files changed, 28 insertions, 1 deletions
diff --git a/skins/default/mail.css b/skins/default/mail.css index 9a604b472..1f781ba5e 100644 --- a/skins/default/mail.css +++ b/skins/default/mail.css @@ -82,7 +82,7 @@ #messagecountbar { position: absolute; - top: 60px; + bottom: 16px; right: 40px; width: 300px; height: 20px; @@ -457,6 +457,33 @@ body.messagelist color: #CCCCCC; } +#quicksearchbar +{ + position: absolute; + top: 60px; + right: 40px; + width: 200px; + height: 20px; + text-align: right; +} + +#quicksearchbar a +{ + text-decoration: none; + padding-left: 5px; +} + +#quicksearchbar img +{ + vertical-align: middle; +} + +#quicksearchbox +{ + width: 150px; + border: 1px solid #999999; +} + /** message view styles */ |