Bumping gaia.json for 2 gaia revision(s) a=gaia-bump
[gecko.git] / browser / themes / windows / aboutSessionRestore.css
blob58223e905134290deb700e5872fc32bd68ded2ea
1 %if 0
2 /* This Source Code Form is subject to the terms of the Mozilla Public
3 * License, v. 2.0. If a copy of the MPL was not distributed with this
4 * file, You can obtain one at http://mozilla.org/MPL/2.0/. */
5 %endif
7 html {
8 height: 100%;
11 body {
12 height: 100%;
13 text-align: center;
16 #errorPageContainer {
17 background-image: url("chrome://global/skin/icons/warning-large.png");
18 display: -moz-box;
19 width: -moz-available;
20 height: 70%;
21 -moz-box-orient: vertical;
22 text-align: start;
25 #errorShortDesc > p {
26 margin-top: 0.4em;
27 margin-bottom: 0;
30 #errorLongContent, #errorTrailerDesc {
31 display: -moz-box;
32 -moz-box-flex: 1;
33 -moz-box-orient: vertical;
36 #tabList {
37 margin-top: 2.5em;
38 width: 100%;
39 min-height: 12em;
42 treechildren::-moz-tree-image(icon),
43 treechildren::-moz-tree-image(noicon) {
44 padding-right: 2px;
45 margin: 0px 2px;
46 width: 16px;
47 height: 16px;
50 treechildren::-moz-tree-image(noicon) {
51 list-style-image: url("chrome://mozapps/skin/places/defaultFavicon.png");
53 treechildren::-moz-tree-image(container, noicon) {
54 list-style-image: url("chrome://browser/skin/aboutSessionRestore-window-icon.png");
56 treechildren::-moz-tree-image(checked) {
57 list-style-image: url("chrome://global/skin/checkbox/cbox-check.gif");
59 treechildren::-moz-tree-image(partial) {
60 list-style-image: url("chrome://global/skin/checkbox/cbox-check-dis.gif");
63 #buttons {
64 width: 100%;
66 #buttons > button {
67 margin-top: 2em;