summaryrefslogtreecommitdiff
path: root/skins/larry/styles.css
diff options
context:
space:
mode:
authorThomas Bruederli <thomas@roundcube.net>2013-01-02 17:26:22 +0100
committerThomas Bruederli <thomas@roundcube.net>2013-01-02 17:26:22 +0100
commitb903c2145084f2d294a92e98971ab14ba47aa060 (patch)
treed55e2fa7224ca215660249cb37551cf722d1e2f8 /skins/larry/styles.css
parenteecb447b2a067f3e9af012e512dec7a7b73f4a6b (diff)
Fix minimal header mode in ext wins
Diffstat (limited to 'skins/larry/styles.css')
-rw-r--r--skins/larry/styles.css27
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;