| | |
| | | height: expression((parseInt(document.documentElement.clientHeight)-150)+'px'); |
| | | } |
| | | |
| | | .minimal #mainscreen { |
| | | height: expression((parseInt(document.documentElement.clientHeight)-82)+'px'); |
| | | } |
| | | |
| | | .minimal #mainscreen.offset { |
| | | height: expression((parseInt(document.documentElement.clientHeight)-120)+'px'); |
| | | } |
| | | |
| | | input.button { |
| | | display: inline; |
| | | font-size: 90%; |
| | |
| | | .boxfooter .listbutton .inner, |
| | | .attachmentslist li a.delete, |
| | | .attachmentslist li a.cancelupload, |
| | | .previewheader .iconlink { |
| | | .previewheader .iconlink, |
| | | .minimal #taskbar .button-inner { |
| | | /* workaround for text-indent which also offsets the background image */ |
| | | text-indent: 0; |
| | | font-size: 0; |
| | |
| | | bottom: 0; |
| | | } |
| | | |
| | | #composeoptionsbox { |
| | | padding-top: 2px; |
| | | } |
| | | |
| | | #composeoptionstoggle { |
| | | display: inline; |
| | | top: 3px; |
| | |
| | | padding: 0 1px 0 0; |
| | | } |
| | | |
| | | .minimal #topline { |
| | | width: 100%; |
| | | height: 18px; |
| | | box-sizing: border-box; |
| | | } |
| | | |
| | | |
| | | .minimal #taskbar a:hover .tooltip { |
| | | right: 34px; |
| | | top: 1px; |
| | | } |
| | | |
| | | |