1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 1.2 +++ b/browser/themes/windows/aboutSessionRestore.css Wed Dec 31 06:09:35 2014 +0100 1.3 @@ -0,0 +1,68 @@ 1.4 +%if 0 1.5 +/* This Source Code Form is subject to the terms of the Mozilla Public 1.6 + * License, v. 2.0. If a copy of the MPL was not distributed with this 1.7 + * file, You can obtain one at http://mozilla.org/MPL/2.0/. */ 1.8 +%endif 1.9 + 1.10 +html { 1.11 + height: 100%; 1.12 +} 1.13 + 1.14 +body { 1.15 + height: 100%; 1.16 + text-align: center; 1.17 +} 1.18 + 1.19 +#errorPageContainer { 1.20 + background-image: url("chrome://global/skin/icons/warning-large.png"); 1.21 + display: -moz-box; 1.22 + width: -moz-available; 1.23 + height: 70%; 1.24 + -moz-box-orient: vertical; 1.25 + text-align: start; 1.26 +} 1.27 + 1.28 +#errorShortDesc > p { 1.29 + margin-top: 0.4em; 1.30 + margin-bottom: 0; 1.31 +} 1.32 + 1.33 +#errorLongContent, #errorTrailerDesc { 1.34 + display: -moz-box; 1.35 + -moz-box-flex: 1; 1.36 + -moz-box-orient: vertical; 1.37 +} 1.38 + 1.39 +#tabList { 1.40 + margin-top: 2.5em; 1.41 + width: 100%; 1.42 + min-height: 12em; 1.43 +} 1.44 + 1.45 +treechildren::-moz-tree-image(icon), 1.46 +treechildren::-moz-tree-image(noicon) { 1.47 + padding-right: 2px; 1.48 + margin: 0px 2px; 1.49 + width: 16px; 1.50 + height: 16px; 1.51 +} 1.52 + 1.53 +treechildren::-moz-tree-image(noicon) { 1.54 + list-style-image: url("chrome://mozapps/skin/places/defaultFavicon.png"); 1.55 +} 1.56 +treechildren::-moz-tree-image(container, noicon) { 1.57 + list-style-image: url("chrome://browser/skin/aboutSessionRestore-window-icon.png"); 1.58 +} 1.59 +treechildren::-moz-tree-image(checked) { 1.60 + list-style-image: url("chrome://global/skin/checkbox/cbox-check.gif"); 1.61 +} 1.62 +treechildren::-moz-tree-image(partial) { 1.63 + list-style-image: url("chrome://global/skin/checkbox/cbox-check-dis.gif"); 1.64 +} 1.65 + 1.66 +#buttons { 1.67 + width: 100%; 1.68 +} 1.69 +#buttons > button { 1.70 + margin-top: 2em; 1.71 +}