Thomas Bruederli
2013-01-02 b903c2145084f2d294a92e98971ab14ba47aa060
Fix minimal header mode in ext wins
1 files modified
27 ■■■■ changed files
skins/larry/styles.css 27 ●●●● patch | view | raw | blame | history
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 {