diff options
Diffstat (limited to 'skins/larry/styles.css')
-rw-r--r-- | skins/larry/styles.css | 23 |
1 files changed, 9 insertions, 14 deletions
diff --git a/skins/larry/styles.css b/skins/larry/styles.css index 10e648970..6ec1572db 100644 --- a/skins/larry/styles.css +++ b/skins/larry/styles.css @@ -861,15 +861,11 @@ a.iconlink.upload { border-width: 0 4px 4px; border-color: #888 transparent; /* reduce the damage in FF3.0 */ - display: block; + display: block; width: 0; z-index: 251; } -.ie8 .minimal #taskbar .tooltip:after { - top: -6px; -} - .minimal #taskbar a:hover .tooltip { display: block; top: 39px; @@ -964,6 +960,14 @@ a.iconlink.upload { bottom: 20px; } +#mainscreencontent { + position: absolute; + top: 42px; + left: 0; + right: 0; + bottom: 0; +} + .minimal #mainscreen { top: 62px; } @@ -996,11 +1000,6 @@ a.iconlink.upload { } .minwidth { - position: absolute; - top: 0; - left: 0; - bottom: 0; - width: 100%; min-width: 1024px; } @@ -1199,10 +1198,6 @@ ul.treelist ul ul li a { padding-left: 54px; } -ul.treelist ul ul ul li { - margin-left: 16px; -} - ul.treelist.iconized li a { padding-left: 36px; } |