summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authoralec <alec@208e9e7b-5314-0410-a742-e7e81cd9613c>2010-02-03 10:25:45 +0000
committeralec <alec@208e9e7b-5314-0410-a742-e7e81cd9613c>2010-02-03 10:25:45 +0000
commit01eb79ca73e6fde48bc1cca354ca12b14326db22 (patch)
treeafafd645c9ff674c1eed8c49a4bf273e6474dbb3
parent4d4bb8fa744ed77827e905f71408bb27114e2358 (diff)
- fix: taskbar too height, overlaps toolbar
git-svn-id: https://svn.roundcube.net/trunk@3244 208e9e7b-5314-0410-a742-e7e81cd9613c
-rw-r--r--roundcubemail/skins/default/common.css4
1 files changed, 2 insertions, 2 deletions
diff --git a/roundcubemail/skins/default/common.css b/roundcubemail/skins/default/common.css
index eeb316211..224ed29e3 100644
--- a/roundcubemail/skins/default/common.css
+++ b/roundcubemail/skins/default/common.css
@@ -143,9 +143,9 @@ img
top: 0px;
right: 0px;
width: 600px;
- height: 37px;
+ height: 28px;
background: url(images/taskbar.gif) top right no-repeat;
- padding: 10px 4px 10px 0px;
+ padding: 10px 4px 0px 0px;
text-align: right;
white-space: nowrap;
z-index: 2;