From 359a95e062952f086d5e8a771f6446cd0c1a2056 Mon Sep 17 00:00:00 2001 From: alecpl Date: Wed, 3 Feb 2010 10:25:45 +0000 Subject: - fix: taskbar too height, overlaps toolbar --- skins/default/common.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'skins/default') diff --git a/skins/default/common.css b/skins/default/common.css index eeb316211..224ed29e3 100644 --- a/skins/default/common.css +++ b/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; -- cgit v1.2.3