| | |
| | | font-weight: bold; |
| | | } |
| | | |
| | | /* fixes vertical alignment of checkboxes and labels */ |
| | | label input, |
| | | label span { |
| | | vertical-align: middle; |
| | | } |
| | | |
| | | /*** buttons ***/ |
| | | |
| | | input.button { |
| | |
| | | |
| | | /*** basic page layout ***/ |
| | | |
| | | #header { |
| | | overflow-x: hidden; /* Chrome bug #1488851 */ |
| | | } |
| | | |
| | | #topline { |
| | | height: 18px; |
| | | background: url(images/linen_header.jpg) repeat #666; |
| | |
| | | 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; |
| | | } |
| | |
| | | position: relative; |
| | | top: 4px; |
| | | height: 42px; |
| | | } |
| | | |
| | | .minimal #taskbar { |
| | | height: ; |
| | | } |
| | | |
| | | .minimal #taskbar a { |
| | |
| | | bottom: 20px; |
| | | } |
| | | |
| | | .minimal #mainscreen { |
| | | top: 62px; |
| | | } |
| | | |
| | | .minimal #mainscreen.offset { |
| | | top: 102px; |
| | | } |
| | | |
| | | .extwin #mainscreen { |
| | | top: 40px; |
| | | } |
| | |
| | | |
| | | #mainscreen .offset { |
| | | margin-top: 42px; |
| | | } |
| | | |
| | | .minimal #mainscreen { |
| | | top: 62px; |
| | | } |
| | | |
| | | .minimal #mainscreen.offset { |
| | | top: 102px; |
| | | } |
| | | |
| | | .uibox { |
| | |
| | | #quicksearchbar { |
| | | position: absolute; |
| | | right: 1px; |
| | | top: 0; |
| | | top: -5px; |
| | | width: 240px; |
| | | } |
| | | |