From 23b53e8aa3d401d6afe56ea8bdf0ea739c6ce121 Mon Sep 17 00:00:00 2001 From: alec Date: Sat, 19 Jun 2010 17:46:11 +0000 Subject: - 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 --- roundcubemail/skins/default/common.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'roundcubemail/skins/default/common.css') diff --git a/roundcubemail/skins/default/common.css b/roundcubemail/skins/default/common.css index 881160f02..f3af5f1a6 100644 --- a/roundcubemail/skins/default/common.css +++ b/roundcubemail/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 */ } -- cgit v1.2.3