From 359a95e062952f086d5e8a771f6446cd0c1a2056 Mon Sep 17 00:00:00 2001 From: alecpl <alec@alec.pl> Date: Wed, 03 Feb 2010 05:25:45 -0500 Subject: [PATCH] - fix: taskbar too height, overlaps toolbar --- 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 eeb3162..224ed29 100644 --- a/skins/default/common.css +++ b/skins/default/common.css @@ -143,9 +143,9 @@ 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; -- Gitblit v1.9.1