diff options
Diffstat (limited to 'skins/larry/styles.css')
-rw-r--r-- | skins/larry/styles.css | 27 |
1 files changed, 19 insertions, 8 deletions
diff --git a/skins/larry/styles.css b/skins/larry/styles.css index 4f6073fdd..72ea74aaf 100644 --- a/skins/larry/styles.css +++ b/skins/larry/styles.css @@ -612,6 +612,17 @@ a.iconlink.upload { transition: top 0.3s ease-in-out; } +.extwin #topline, +.extwin #topline:hover { + position: static; + top: 0px; + height: 18px; + width: auto; + -moz-box-sizing: content-box; + box-sizing: content-box; + opacity: 0.999; +} + .minimal #topline a.button-logout { display: none; } @@ -790,6 +801,14 @@ a.iconlink.upload { bottom: 20px; } +.minimal #mainscreen { + top: 62px; +} + +.minimal #mainscreen.offset { + top: 102px; +} + .extwin #mainscreen { top: 40px; } @@ -802,14 +821,6 @@ a.iconlink.upload { margin-top: 42px; } -.minimal #mainscreen { - top: 62px; -} - -.minimal #mainscreen.offset { - top: 102px; -} - .uibox { border: 1px solid #a3a3a3; border-radius: 4px; |