diff options
author | Aleksander Machniak <alec@alec.pl> | 2012-06-29 11:44:47 +0200 |
---|---|---|
committer | Aleksander Machniak <alec@alec.pl> | 2012-06-30 09:50:29 +0200 |
commit | 479579f971503aa68f06463850752195c397bc0e (patch) | |
tree | 2eac10910273e564b24a10b84ff09de9a437dc7b /skins/larry/mail.css | |
parent | 305ba1d5c4a571c10b7e0862a905c92e0db1831b (diff) |
CSS improvements in mail screen:
- don't display full-circle image for quota below 100% (but close to, e.g.97%)
- unified selects style/height,
- improvements in search box and messagelist footer
Diffstat (limited to 'skins/larry/mail.css')
-rw-r--r-- | skins/larry/mail.css | 15 |
1 files changed, 11 insertions, 4 deletions
diff --git a/skins/larry/mail.css b/skins/larry/mail.css index 0e1083ba4..f9d361911 100644 --- a/skins/larry/mail.css +++ b/skins/larry/mail.css @@ -67,7 +67,7 @@ #messagelistcontainer { top: 0; - bottom: 32px; + bottom: 28px; overflow: auto; } @@ -76,8 +76,8 @@ bottom: 0; left: 0; right: 0; - height: 26px; - padding: 2px; + height: 22px; + padding: 2px 4px; } #messagelistfooter.rightalign { @@ -92,6 +92,7 @@ #messagelistfooter #listselectors { display: inline-block; margin-right: 2em; + vertical-align: middle; } a.iconbutton.listmode { @@ -302,6 +303,12 @@ a.iconbutton.threadmode.selected { #searchfilter { width: 16em; + top: 8px; + position: absolute; +} + +#searchfilter select { + height: 24px; } #mailview-left select.mailboxlist { @@ -331,7 +338,7 @@ a.iconbutton.threadmode.selected { display: block; position: absolute; top: 4px; - right: 2px; + right: 0; width: 20px; height: 18px; background: url(images/buttons.png) -3px -458px no-repeat; |