summaryrefslogtreecommitdiff
path: root/src/chrome/browser/aboutSessionRestore.css
blob: b4959c040e2606d317827d614f67174d7d7db81b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63

html {
  height: 100%;
}

body {
  height: 100%;
  text-align: center;
}

#errorPageContainer {
  background-image: url("chrome://global/skin/icons/warning-large.png");
  display: -moz-box;
  width: -moz-available;
  height: 70%;
  -moz-box-orient: vertical;
  text-align: start;
}

#errorShortDesc > p {
  margin-top: 0.4em;
  margin-bottom: 0;
}

#errorLongContent, #errorTrailerDesc {
  display: -moz-box;
  -moz-box-flex: 1;
  -moz-box-orient: vertical;
}

#tabList {
  margin-top: 2.5em;
  width: 100%;
  min-height: 12em;
}

treechildren::-moz-tree-image(icon),
treechildren::-moz-tree-image(noicon) {
  padding-right: 2px;
  margin: 0px 2px;
  width: 16px;
  height: 16px;
}

treechildren::-moz-tree-image(noicon) {
  list-style-image: url("chrome://mozapps/skin/places/defaultFavicon.png");
}
treechildren::-moz-tree-image(container, noicon) {
  list-style-image: url("chrome://browser/skin/aboutSessionRestore-window-icon.png");
}
treechildren::-moz-tree-image(checked) {
  list-style-image: url("chrome://global/skin/checkbox/cbox-check.gif");
}
treechildren::-moz-tree-image(partial) {
  list-style-image: url("chrome://global/skin/checkbox/cbox-check-dis.gif");
}

#buttons {
  width: 100%;
}
#buttons > button {
  margin-top: 2em;
}