first (largest) part of sync for both themes with toolkit windows theme changes in...
[themes.git] / LCARStrek / mozapps / update / updates.css
1 /* General */
2 /* Specify the size for the wizardpage so the billboard has a fixed size. 3rd
3    party themes should typically specify the same values. */
4 wizardpage {
5   height: 360px;
6   width: 700px;
7 }
8
9 /* Remove margin and padding so the billboard will extend to the edge of the
10    window. 3rd party themes should typically specify the same values. */
11 #updates, .wizard-page-box {
12   margin: 0;
13   padding: 0;
14 }
15
16 .update-header {
17   padding: 0px 10px;
18 }
19
20 .update-content {
21   padding: 10px;
22 }
23
24 .loadingBox {
25   padding: 3px 5px;
26 }
27
28 .remoteLoadingThrobber {
29   margin-top: 3px;
30 }
31
32 .remoteLoadingThrobber[state="loading"] {
33   list-style-image: url("chrome://global/skin/icons/loading.png");
34 }
35
36 @media (min-resolution: 1.1dppx) {
37   .remoteLoadingThrobber[state="loading"] {
38     width: 16px;
39     list-style-image: url("chrome://global/skin/icons/loading@2x.png");
40   }
41 }
42
43 .remoteLoadingThrobber[state="error"] {
44   list-style-image: url("chrome://global/skin/icons/information-16.png");
45 }
46
47 .wizard-buttons-separator {
48   margin-top: 0 !important;
49 }
50
51 #licenseContent, #incompatibleListbox {
52   margin-inline-start: 6px;
53   margin-inline-end: 6px;
54 }
55
56 .inline-link {
57   color: #3333FF;
58   text-decoration: none;
59 }
60
61 .inline-link:hover {
62   text-decoration: underline;
63 }
64
65 /* Unsupported Page */
66 #unsupportedLabel, #unsupportedLinkLabel {
67   margin-inline-start: 0;
68   padding-inline-start: 0;
69 }
70
71 /* Update Found Basic Page */
72 #updateName, #updateFinishedName {
73   font-weight: bold;
74   font-size: larger;
75 }
76
77 /* License Page */
78 #licenseContent {
79 /*  -moz-appearance: listbox; */
80 }
81
82 /* Incompatible List Page */
83 #incompatibleListbox {
84   margin-bottom: 6px;
85 }
86
87 /* Downloading Page */
88 #downloadStatusLine {
89   -moz-box-align: center;
90 }
91
92 #downloadStatus {
93   height: 3em !important;
94 }
95
96 #downloadStatusProgress {
97   padding-inline-end: 5px;
98 }
99
100 #pauseButton {
101   list-style-image: url("chrome://mozapps/skin/downloads/downloadButtons.png");
102   -moz-image-region: rect(0px, 48px, 16px, 32px);
103   -moz-appearance: none;
104   background-color: transparent;
105   border: none;
106   min-width: 0;
107   min-height: 0;
108   margin: 0;
109   padding: 0;
110 }
111
112 /* !Important must be used otherwise this won't immediately take affect */
113 #pauseButton > .button-box {
114   padding: 0 !important;
115 }
116
117 #pauseButton:hover {
118   -moz-image-region: rect(16px, 48px, 32px, 32px);
119 }
120
121 #pauseButton:active {
122   -moz-image-region: rect(32px, 48px, 48px, 32px);
123 }
124
125 #pauseButton[disabled="true"] {
126   -moz-image-region: rect(48px, 48px, 64px, 32px);
127 }
128
129 #pauseButton[paused="true"] {
130   -moz-image-region: rect(0px, 16px, 16px, 0px);
131 }
132
133 #pauseButton[paused="true"]:hover {
134   -moz-image-region: rect(16px, 16px, 32px, 0px);
135 }
136
137 #pauseButton[paused="true"]:active {
138   -moz-image-region: rect(32px, 16px, 48px, 0px);
139 }
140
141 #pauseButton[paused="true"][disabled="true"] {
142   -moz-image-region: rect(48px, 16px, 64px, 0px);
143 }
144
145 #verificationFailedIcon {
146   margin-inline-start: 5px;
147   list-style-image: url("chrome://global/skin/icons/notfound.png");
148 }
149
150 /* Error Page */
151 #errorReason {
152   margin-top: 1px;
153   margin-bottom: 2px;
154   margin-inline-start: 6px !important;
155   margin-inline-end: 5px;
156   font-weight: bold;
157 }
158
159 /* Update History Window */
160 update {
161   border-bottom: 1px dotted #FF9F00;
162 }
163
164 .update-name {
165   font-weight: bold;
166 }
167
168 .update-label-column {
169   -moz-box-align: end;
170 }
171
172 .update-type {
173   font-weight: bold;
174   color: #FF0000;
175 }
176
177 #historyItems {
178   height: 200px;
179   margin: 1px 5px 4px;
180 }
181
182 #historyItems > scrollbox {
183   margin-bottom: 1px;
184 }