Thomas Bruederli
2013-01-09 dee159317fcb869e470aee0ac6e5a4af06400c97
skins/larry/styles.css
@@ -71,6 +71,12 @@
   font-weight: bold;
}
/* fixes vertical alignment of checkboxes and labels */
label input,
label span {
   vertical-align: middle;
}
/*** buttons ***/
input.button {
@@ -504,6 +510,10 @@
/*** basic page layout ***/
#header {
   overflow-x: hidden; /* Chrome bug #1488851 */
}
#topline {
   height: 18px;
   background: url(images/linen_header.jpg) repeat #666;
@@ -606,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;
}
@@ -619,10 +640,6 @@
   position: relative;
   top: 4px;
   height: 42px;
}
.minimal #taskbar {
   height: ;
}
.minimal #taskbar a {
@@ -784,6 +801,14 @@
   bottom: 20px;
}
.minimal #mainscreen {
   top: 62px;
}
.minimal #mainscreen.offset {
   top: 102px;
}
.extwin #mainscreen {
   top: 40px;
}
@@ -794,14 +819,6 @@
#mainscreen .offset {
   margin-top: 42px;
}
.minimal #mainscreen {
   top: 62px;
}
.minimal #mainscreen.offset {
   top: 102px;
}
.uibox {
@@ -1486,7 +1503,7 @@
#quicksearchbar {
   position: absolute;
   right: 1px;
   top: 0;
   top: -5px;
   width: 240px;
}