summaryrefslogtreecommitdiff
path: root/skins/default/common.css
diff options
context:
space:
mode:
authoralecpl <alec@alec.pl>2012-03-09 09:44:12 +0000
committeralecpl <alec@alec.pl>2012-03-09 09:44:12 +0000
commit3cbdbd9bb772619e38b7715190ffd8ea8a1863e6 (patch)
tree38abcd9f78c37a63cd65624e4c8e3ca001ffc811 /skins/default/common.css
parentfe3a1d60a53920029932287629ee0afd4df729aa (diff)
- Improve logo handling in default skin (#1488385)
Diffstat (limited to 'skins/default/common.css')
-rw-r--r--skins/default/common.css12
1 files changed, 4 insertions, 8 deletions
diff --git a/skins/default/common.css b/skins/default/common.css
index f84c9e6b6..31ecbe905 100644
--- a/skins/default/common.css
+++ b/skins/default/common.css
@@ -154,14 +154,10 @@ img
left: 20px;
}
-body > #header
+body > #logo
{
- position: absolute;
- top: 8px;
- left: 19px;
- width: 170px;
- height: 40px;
- z-index: 100;
+ margin-left: 12px;
+ cursor: pointer;
}
#taskbar
@@ -170,7 +166,7 @@ body > #header
top: 0px;
right: 0px;
height: 24px;
- width: 100%;
+ left: 250px;
background: url(images/taskbar.png) top right no-repeat;
padding: 10px 6px 5px 0px;
text-align: right;