summaryrefslogtreecommitdiff
path: root/src/chrome/browser/aboutSessionRestore.css
diff options
context:
space:
mode:
authorLootyhoof <lootyhoofer@gmail.com>2015-11-19 23:02:12 +0000
committerLootyhoof <lootyhoofer@gmail.com>2015-11-19 23:02:12 +0000
commit274b11748f015db0f7c6276959602f6e8b30bb95 (patch)
treef1a9d61c609438d4e6116c3bbd4831e15538e1c5 /src/chrome/browser/aboutSessionRestore.css
Initial commit
Diffstat (limited to 'src/chrome/browser/aboutSessionRestore.css')
-rw-r--r--src/chrome/browser/aboutSessionRestore.css63
1 files changed, 63 insertions, 0 deletions
diff --git a/src/chrome/browser/aboutSessionRestore.css b/src/chrome/browser/aboutSessionRestore.css
new file mode 100644
index 0000000..b4959c0
--- /dev/null
+++ b/src/chrome/browser/aboutSessionRestore.css
@@ -0,0 +1,63 @@
1
2html {
3 height: 100%;
4}
5
6body {
7 height: 100%;
8 text-align: center;
9}
10
11#errorPageContainer {
12 background-image: url("chrome://global/skin/icons/warning-large.png");
13 display: -moz-box;
14 width: -moz-available;
15 height: 70%;
16 -moz-box-orient: vertical;
17 text-align: start;
18}
19
20#errorShortDesc > p {
21 margin-top: 0.4em;
22 margin-bottom: 0;
23}
24
25#errorLongContent, #errorTrailerDesc {
26 display: -moz-box;
27 -moz-box-flex: 1;
28 -moz-box-orient: vertical;
29}
30
31#tabList {
32 margin-top: 2.5em;
33 width: 100%;
34 min-height: 12em;
35}
36
37treechildren::-moz-tree-image(icon),
38treechildren::-moz-tree-image(noicon) {
39 padding-right: 2px;
40 margin: 0px 2px;
41 width: 16px;
42 height: 16px;
43}
44
45treechildren::-moz-tree-image(noicon) {
46 list-style-image: url("chrome://mozapps/skin/places/defaultFavicon.png");
47}
48treechildren::-moz-tree-image(container, noicon) {
49 list-style-image: url("chrome://browser/skin/aboutSessionRestore-window-icon.png");
50}
51treechildren::-moz-tree-image(checked) {
52 list-style-image: url("chrome://global/skin/checkbox/cbox-check.gif");
53}
54treechildren::-moz-tree-image(partial) {
55 list-style-image: url("chrome://global/skin/checkbox/cbox-check-dis.gif");
56}
57
58#buttons {
59 width: 100%;
60}
61#buttons > button {
62 margin-top: 2em;
63}