diff options
author | alecpl <alec@alec.pl> | 2008-05-13 20:11:32 +0000 |
---|---|---|
committer | alecpl <alec@alec.pl> | 2008-05-13 20:11:32 +0000 |
commit | 834432f3cf2ce8213d4dd189a111c68f0d1b0b95 (patch) | |
tree | c47f3d81b67b2b7ef5c01543b20bac950621cdb1 /skins/default/common.css | |
parent | 20c0207ef9a243ae8e175f547c93d0341a27f06c (diff) |
-small design changes (margins, etc.)
Diffstat (limited to 'skins/default/common.css')
-rw-r--r-- | skins/default/common.css | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/skins/default/common.css b/skins/default/common.css index f6971ed6d..38aebd5d9 100644 --- a/skins/default/common.css +++ b/skins/default/common.css @@ -135,7 +135,7 @@ img width: 600px; height: 37px; background: url(images/taskbar.gif) top right no-repeat; - padding: 10px 14px 10px 0px; + padding: 10px 4px 10px 0px; text-align: right; white-space: nowrap; z-index: 2; @@ -148,7 +148,7 @@ img font-size: 11px; color: #666666; text-decoration: none; - padding: 6px 16px 6px 30px; + padding: 6px 16px 6px 25px; background-repeat: no-repeat; } @@ -318,7 +318,7 @@ table.records-table tr.unfocused td { position: absolute; top: 60px; - right: 30px; + right: 20px; width: 182px; height: 20px; text-align: right; |