diff options
| author | alec <alec@208e9e7b-5314-0410-a742-e7e81cd9613c> | 2010-06-19 17:46:11 +0000 |
|---|---|---|
| committer | alec <alec@208e9e7b-5314-0410-a742-e7e81cd9613c> | 2010-06-19 17:46:11 +0000 |
| commit | 23b53e8aa3d401d6afe56ea8bdf0ea739c6ce121 (patch) | |
| tree | 66a1743e24070596b3e93f19b5931dfde092f893 /roundcubemail/skins/default/mail.css | |
| parent | 1cf45acf7078cadae7c97ec9a83f5dfb07cdcc12 (diff) | |
- Move quota indicator to mailboxlist footer
- Fix groupcontrols on IE6 (use gif)
git-svn-id: https://svn.roundcube.net/trunk@3771 208e9e7b-5314-0410-a742-e7e81cd9613c
Diffstat (limited to 'roundcubemail/skins/default/mail.css')
| -rw-r--r-- | roundcubemail/skins/default/mail.css | 15 |
1 files changed, 8 insertions, 7 deletions
diff --git a/roundcubemail/skins/default/mail.css b/roundcubemail/skins/default/mail.css index fae7a82a5..70770a50e 100644 --- a/roundcubemail/skins/default/mail.css +++ b/roundcubemail/skins/default/mail.css @@ -373,16 +373,17 @@ td.formlinks a:visited #quota { position: absolute; - bottom: 12px; - left: 20px; + top: 3px; + right: 8px; + width: 100px; } -#quota span +#quotaimg { - display: block; - float: left; - font-size: 11px; - color: #666; + position: absolute; + top: 3px; + right: 6px; + z-index: 101; } |
