Thu, 22 Jan 2015 13:21:57 +0100
Incorporate requested changes from Mozilla in review:
https://bugzilla.mozilla.org/show_bug.cgi?id=1123480#c6
michael@0 | 1 | %if 0 |
michael@0 | 2 | /* This Source Code Form is subject to the terms of the Mozilla Public |
michael@0 | 3 | * License, v. 2.0. If a copy of the MPL was not distributed with this |
michael@0 | 4 | * file, You can obtain one at http://mozilla.org/MPL/2.0/. */ |
michael@0 | 5 | %endif |
michael@0 | 6 | |
michael@0 | 7 | html { |
michael@0 | 8 | height: 100%; |
michael@0 | 9 | } |
michael@0 | 10 | |
michael@0 | 11 | body { |
michael@0 | 12 | height: 100%; |
michael@0 | 13 | text-align: center; |
michael@0 | 14 | } |
michael@0 | 15 | |
michael@0 | 16 | #errorPageContainer { |
michael@0 | 17 | background-image: url("chrome://global/skin/icons/warning-large.png"); |
michael@0 | 18 | display: -moz-box; |
michael@0 | 19 | width: -moz-available; |
michael@0 | 20 | height: 70%; |
michael@0 | 21 | -moz-box-orient: vertical; |
michael@0 | 22 | text-align: start; |
michael@0 | 23 | } |
michael@0 | 24 | |
michael@0 | 25 | #errorShortDesc > p { |
michael@0 | 26 | margin-top: 0.4em; |
michael@0 | 27 | margin-bottom: 0; |
michael@0 | 28 | } |
michael@0 | 29 | |
michael@0 | 30 | #errorLongContent, #errorTrailerDesc { |
michael@0 | 31 | display: -moz-box; |
michael@0 | 32 | -moz-box-flex: 1; |
michael@0 | 33 | -moz-box-orient: vertical; |
michael@0 | 34 | } |
michael@0 | 35 | |
michael@0 | 36 | #tabList { |
michael@0 | 37 | margin-top: 2.5em; |
michael@0 | 38 | width: 100%; |
michael@0 | 39 | min-height: 12em; |
michael@0 | 40 | } |
michael@0 | 41 | |
michael@0 | 42 | treechildren::-moz-tree-image(icon), |
michael@0 | 43 | treechildren::-moz-tree-image(noicon) { |
michael@0 | 44 | padding-right: 2px; |
michael@0 | 45 | margin: 0px 2px; |
michael@0 | 46 | width: 16px; |
michael@0 | 47 | height: 16px; |
michael@0 | 48 | } |
michael@0 | 49 | |
michael@0 | 50 | treechildren::-moz-tree-image(noicon) { |
michael@0 | 51 | list-style-image: url("chrome://mozapps/skin/places/defaultFavicon.png"); |
michael@0 | 52 | } |
michael@0 | 53 | treechildren::-moz-tree-image(container, noicon) { |
michael@0 | 54 | list-style-image: url("chrome://browser/skin/aboutSessionRestore-window-icon.png"); |
michael@0 | 55 | } |
michael@0 | 56 | treechildren::-moz-tree-image(checked) { |
michael@0 | 57 | list-style-image: url("chrome://global/skin/checkbox/cbox-check.gif"); |
michael@0 | 58 | } |
michael@0 | 59 | treechildren::-moz-tree-image(partial) { |
michael@0 | 60 | list-style-image: url("chrome://global/skin/checkbox/cbox-check-dis.gif"); |
michael@0 | 61 | } |
michael@0 | 62 | |
michael@0 | 63 | #buttons { |
michael@0 | 64 | width: 100%; |
michael@0 | 65 | } |
michael@0 | 66 | #buttons > button { |
michael@0 | 67 | margin-top: 2em; |
michael@0 | 68 | } |