~wasta-linux/wasta-core-wily/master

« back to all changes in this revision

Viewing changes to install-files/firefox-addons/extensions/{8a01dfcc-450f-11e5-909b-fb581d5d46b0}/chrome/global/in-content/info-pages.css

  • Committer: Rik Shaw
  • Date: 2015-11-01 13:28:40 UTC
  • Revision ID: git-v1:59c62c9b2e4f4f1cf62db1f5dc1cf630feb99933
initial 15.10 commit

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
 
 
2
@import url("chrome://global/skin/in-content/common.css");
 
3
/* Body and container */
 
4
body {
 
5
  display: flex;
 
6
  flex-direction: column;
 
7
  box-sizing: border-box;
 
8
  min-height: 100vh;
 
9
  padding-top: 0;
 
10
  padding-bottom: 0;
 
11
  -moz-padding-start: calc(48px + 4.6em);
 
12
  -moz-padding-end: 48px;
 
13
  align-items: center;
 
14
  justify-content: center;
 
15
}
 
16
 
 
17
.container {
 
18
  min-width: 13em;
 
19
  max-width: 52em;
 
20
}
 
21
 
 
22
.container.restore-chosen {
 
23
  display: flex;
 
24
  flex-direction: column;
 
25
  flex-grow: 1;
 
26
  margin: 10vh 0;
 
27
}
 
28
 
 
29
/* Typography */
 
30
.title {
 
31
  background-image: url("chrome://browser/skin/aboutNetError_info.svg");
 
32
  background-position: left 0;
 
33
  background-repeat: no-repeat;
 
34
  background-size: 1.6em;
 
35
  -moz-margin-start: -2.3em;
 
36
  -moz-padding-start: 2.3em;
 
37
  font-size: 2.5em;
 
38
}
 
39
 
 
40
.title:-moz-dir(rtl) {
 
41
  background-position: right 0;
 
42
}
 
43
 
 
44
.title-text {
 
45
  border-bottom: 1px solid #C1C1C1;
 
46
  font-size: inherit;
 
47
  padding-bottom: 0.4em;
 
48
}
 
49
 
 
50
@media (max-width: 675px) {
 
51
  body {
 
52
    padding: 0 48px;
 
53
  }
 
54
 
 
55
  .title {
 
56
    background-image: none !important;
 
57
    -moz-padding-start: 0;
 
58
    -moz-margin-start: 0;
 
59
  }
 
60
 
 
61
  .title-text {
 
62
    padding-top: 0;
 
63
  }
 
64
}
 
65
 
 
66
ul, ol {
 
67
  margin: 0;
 
68
  padding: 0;
 
69
  -moz-margin-start: 1em;
 
70
}
 
71
 
 
72
ul > li, ol > li {
 
73
  margin-bottom: .5em;
 
74
}
 
75
 
 
76
ul {
 
77
  list-style: disc;
 
78
}
 
79
 
 
80
/* Buttons */
 
81
.button-container {
 
82
  margin-top: 1.2em;
 
83
}
 
84
 
 
85
.button-container > button {
 
86
  min-width: 150px;
 
87
}
 
88
 
 
89
.button-container > button:first-child {
 
90
  -moz-margin-start: 0;
 
91
}
 
92
 
 
93
/* Trees */
 
94
.tree-container {
 
95
  margin-top: 1.2em;
 
96
  flex-grow: 1;
 
97
  min-height: 12em;
 
98
}
 
99
 
 
100
.tree-container > tree {
 
101
  height: 100%;
 
102
}
 
103
 
 
104
tree {
 
105
  width: 100%;
 
106
}