more sync of LCARStrek with Firefox 23 browser windows theme changes
[themes.git] / LCARStrek / browser / aboutSessionRestore.css
CommitLineData
9099c61d
RK
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/. */
319c6529 4
dce90fef
RK
5html {
6 height: 100%;
7}
8
9body {
10 height: 100%;
11 text-align: center;
12}
13
319c6529
RK
14#errorPageContainer {
15 background-image: url("chrome://global/skin/icons/alert-exclam.gif");
dce90fef
RK
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;
319c6529
RK
32}
33
34#tabList {
dce90fef 35 margin-top: 2.5em;
319c6529 36 width: 100%;
dce90fef 37 min-height: 12em;
319c6529
RK
38}
39
40treechildren::-moz-tree-image(icon),
41treechildren::-moz-tree-image(noicon) {
42 padding-right: 2px;
43 margin: 0px 2px;
44 width: 16px;
45 height: 16px;
46}
47
48treechildren::-moz-tree-image(noicon) {
49 list-style-image: url("chrome://communicator/skin/bookmarks/bookmark-item.gif");
50}
51treechildren::-moz-tree-image(container, noicon) {
52 list-style-image: url("chrome://browser/skin/aboutSessionRestore-window-icon.png");
53}
54treechildren::-moz-tree-image(checked) {
55 list-style-image: url("chrome://global/skin/checkbox/cbox-check.gif");
56}
57treechildren::-moz-tree-image(partial) {
58 list-style-image: url("chrome://global/skin/checkbox/cbox-check-disabled.gif");
59}
60
61treechildren::-moz-tree-row(alternate) {
62 background-color: #404000;
63}
64
65treechildren::-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}