| 1 | /* This Source Code Form is subject to the terms of the Mozilla Public |
| 2 | * License, v. 2.0. If a copy of the MPL was not distributed with this |
| 3 | * file, You can obtain one at http://mozilla.org/MPL/2.0/. */ |
| 4 | |
| 5 | html { |
| 6 | height: 100%; |
| 7 | } |
| 8 | |
| 9 | body { |
| 10 | height: 100%; |
| 11 | text-align: center; |
| 12 | } |
| 13 | |
| 14 | #errorPageContainer { |
| 15 | background-image: url("chrome://global/skin/icons/alert-exclam.gif"); |
| 16 | display: -moz-box; |
| 17 | width: -moz-available; |
| 18 | height: 70%; |
| 19 | -moz-box-orient: vertical; |
| 20 | text-align: start; |
| 21 | } |
| 22 | |
| 23 | #errorShortDesc > p { |
| 24 | margin-top: 0.4em; |
| 25 | margin-bottom: 0; |
| 26 | } |
| 27 | |
| 28 | #errorLongContent, #errorTrailerDesc { |
| 29 | display: -moz-box; |
| 30 | -moz-box-flex: 1; |
| 31 | -moz-box-orient: vertical; |
| 32 | } |
| 33 | |
| 34 | #tabList { |
| 35 | margin-top: 2.5em; |
| 36 | width: 100%; |
| 37 | min-height: 12em; |
| 38 | } |
| 39 | |
| 40 | treechildren::-moz-tree-image(icon), |
| 41 | treechildren::-moz-tree-image(noicon) { |
| 42 | padding-right: 2px; |
| 43 | margin: 0px 2px; |
| 44 | width: 16px; |
| 45 | height: 16px; |
| 46 | } |
| 47 | |
| 48 | treechildren::-moz-tree-image(noicon) { |
| 49 | list-style-image: url("chrome://communicator/skin/bookmarks/bookmark-item.gif"); |
| 50 | } |
| 51 | treechildren::-moz-tree-image(container, noicon) { |
| 52 | list-style-image: url("chrome://browser/skin/aboutSessionRestore-window-icon.png"); |
| 53 | } |
| 54 | treechildren::-moz-tree-image(checked) { |
| 55 | list-style-image: url("chrome://global/skin/checkbox/cbox-check.gif"); |
| 56 | } |
| 57 | treechildren::-moz-tree-image(partial) { |
| 58 | list-style-image: url("chrome://global/skin/checkbox/cbox-check-disabled.gif"); |
| 59 | } |
| 60 | |
| 61 | treechildren::-moz-tree-row(alternate) { |
| 62 | background-color: #404000; |
| 63 | } |
| 64 | |
| 65 | treechildren::-moz-tree-row(alternate, selected) { |
| 66 | background-color: #008484; |
| 67 | color: #000000; |
| 68 | } |
| 69 | |
| 70 | #buttons { |
| 71 | width: 100%; |
| 72 | } |
| 73 | #buttons > button { |
| 74 | margin-top: 2em; |
| 75 | } |