From b903c2145084f2d294a92e98971ab14ba47aa060 Mon Sep 17 00:00:00 2001 From: Thomas Bruederli Date: Wed, 2 Jan 2013 17:26:22 +0100 Subject: Fix minimal header mode in ext wins --- skins/larry/styles.css | 27 +++++++++++++++++++-------- 1 file changed, 19 insertions(+), 8 deletions(-) (limited to 'skins/larry/styles.css') 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; -- cgit v1.2.3