Thomas Bruederli
2013-01-10 9d318f5347adcab931b58b592dd09eddb9cdc60e
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;
@@ -514,6 +524,7 @@
}
#topnav {
   position: relative;
   height: 46px;
   margin-bottom: 10px;
   padding: 0 0 0 10px;
@@ -606,6 +617,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 +641,6 @@
   position: relative;
   top: 4px;
   height: 42px;
}
.minimal #taskbar {
   height: ;
}
.minimal #taskbar a {
@@ -784,6 +802,14 @@
   bottom: 20px;
}
.minimal #mainscreen {
   top: 62px;
}
.minimal #mainscreen.offset {
   top: 102px;
}
.extwin #mainscreen {
   top: 40px;
}
@@ -794,14 +820,6 @@
#mainscreen .offset {
   margin-top: 42px;
}
.minimal #mainscreen {
   top: 62px;
}
.minimal #mainscreen.offset {
   top: 102px;
}
.uibox {
@@ -1486,7 +1504,7 @@
#quicksearchbar {
   position: absolute;
   right: 1px;
   top: 0;
   top: -5px;
   width: 240px;
}