diff options
author | alecpl <alec@alec.pl> | 2010-06-19 17:46:11 +0000 |
---|---|---|
committer | alecpl <alec@alec.pl> | 2010-06-19 17:46:11 +0000 |
commit | a2e81736a91f72c8688e6ab0f45061369614dae3 (patch) | |
tree | 0912ec132920a80471182cbc52d2d1e6a9b0180e /skins/default/common.css | |
parent | e7ed903a2b25c27470cc54542554adaa63ce372e (diff) |
- Move quota indicator to mailboxlist footer
- Fix groupcontrols on IE6 (use gif)
Diffstat (limited to 'skins/default/common.css')
-rw-r--r-- | skins/default/common.css | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/skins/default/common.css b/skins/default/common.css index 881160f02..f3af5f1a6 100644 --- a/skins/default/common.css +++ b/skins/default/common.css @@ -286,7 +286,7 @@ img overflow: hidden; height: 22px; border-top: 1px solid #999; - background: url('images/listheader.gif') top left repeat-x #CCC; + background: url(images/listheader.gif) top left repeat-x #CCC; } .boxfooter a.button, @@ -299,7 +299,7 @@ img padding: 0px; margin: 0; overflow: hidden; - background: url('images/icons/groupactions.png') 0 0 no-repeat transparent; + background: url(images/icons/groupactions.png) 0 0 no-repeat transparent; opacity: 0.99; /* this is needed to make buttons appear correctly in Chrome */ } |