diff options
Diffstat (limited to 'skins/larry/styles.css')
-rw-r--r-- | skins/larry/styles.css | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/skins/larry/styles.css b/skins/larry/styles.css index 9386c79d7..a452d95ce 100644 --- a/skins/larry/styles.css +++ b/skins/larry/styles.css @@ -628,6 +628,17 @@ a.iconlink.upload { opacity: 0.999; } +.partwin #topline { + position: absolute; + right: 6px; + top: 18px; + width: auto; + z-index: 100; + background: transparent; + background: none; + border: 0; +} + .minimal #topline a.button-logout { display: none; } @@ -810,6 +821,10 @@ a.iconlink.upload { top: 102px; } +.partwin #mainscreen { + top: 60px +} + .extwin #mainscreen { top: 40px; } |