From b903c2145084f2d294a92e98971ab14ba47aa060 Mon Sep 17 00:00:00 2001
From: Thomas Bruederli <thomas@roundcube.net>
Date: Wed, 02 Jan 2013 11:26:22 -0500
Subject: [PATCH] Fix minimal header mode in ext wins

---
 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 4f6073f..72ea74a 100644
--- a/skins/larry/styles.css
+++ b/skins/larry/styles.css
@@ -612,6 +612,17 @@
 	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 @@
 	bottom: 20px;
 }
 
+.minimal #mainscreen {
+	top: 62px;
+}
+
+.minimal #mainscreen.offset {
+	top: 102px;
+}
+
 .extwin #mainscreen {
 	top: 40px;
 }
@@ -800,14 +819,6 @@
 
 #mainscreen .offset {
 	margin-top: 42px;
-}
-
-.minimal #mainscreen {
-	top: 62px;
-}
-
-.minimal #mainscreen.offset {
-	top: 102px;
 }
 
 .uibox {

--
Gitblit v1.9.1