diff options
author | alecpl <alec@alec.pl> | 2010-02-03 10:25:45 +0000 |
---|---|---|
committer | alecpl <alec@alec.pl> | 2010-02-03 10:25:45 +0000 |
commit | 359a95e062952f086d5e8a771f6446cd0c1a2056 (patch) | |
tree | 08c166952587b89b1a4be2773fdac0b36258f559 /skins/default | |
parent | 7d34064c3af96310e25db0e496a45e7d719db97a (diff) |
- fix: taskbar too height, overlaps toolbar
Diffstat (limited to 'skins/default')
-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 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; |