Aleksander Machniak
2013-01-06 212ff905bb95eeb7d154b9937e5d51e04e27bd3c
skins/larry/styles.css
@@ -510,6 +510,10 @@
/*** basic page layout ***/
#header {
   overflow: hidden; /* Chrome bug #1488851 */
}
#topline {
   height: 18px;
   background: url(images/linen_header.jpg) repeat #666;
@@ -612,6 +616,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;
}
@@ -625,10 +640,6 @@
   position: relative;
   top: 4px;
   height: 42px;
}
.minimal #taskbar {
   height: ;
}
.minimal #taskbar a {
@@ -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 {