07c6656ed90abbd82ca02d92c21fa9ef9084d274
[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.gif");
34 }
35
36 .remoteLoadingThrobber[state="error"] {
37   list-style-image: url("chrome://global/skin/icons/information-16.png");
38 }
39
40 .wizard-buttons-separator {
41   margin-top: 0 !important;
42 }
43
44 #licenseContent, #incompatibleListbox {
45   -moz-margin-start: 6px;
46   -moz-margin-end: 6px;
47 }
48
49 /* Update Found Basic Page */
50 #updateName, #updateFinishedName {
51   font-weight: bold;
52   font-size: larger;
53 }
54
55 /* License Page */
56 #licenseContent {
57 /*  -moz-appearance: listbox; */
58 }
59
60 /* Incompatible List Page */
61 #incompatibleListbox {
62   margin-bottom: 6px;
63 }
64
65 /* Downloading Page */
66 #downloadStatusLine {
67   -moz-box-align: center;
68 }
69
70 #downloadStatus {
71   height: 3em !important;
72 }
73
74 #downloadStatusProgress {
75   -moz-padding-end: 5px;
76 }
77
78 #pauseButton {
79   list-style-image: url("chrome://mozapps/skin/downloads/downloadButtons.png");
80   -moz-image-region: rect(0px, 48px, 16px, 32px);
81   -moz-appearance: none;
82   background-color: transparent;
83   border: none;
84   min-width: 0;
85   min-height: 0;
86   margin: 0;
87   padding: 0;
88 }
89
90 /* !Important must be used otherwise this won't immediately take affect */
91 #pauseButton > .button-box {
92   padding: 0 !important;
93 }
94
95 #pauseButton:hover {
96   -moz-image-region: rect(16px, 48px, 32px, 32px);
97 }
98
99 #pauseButton:active {
100   -moz-image-region: rect(32px, 48px, 48px, 32px);
101 }
102
103 #pauseButton[disabled="true"] {
104   -moz-image-region: rect(48px, 48px, 64px, 32px);
105 }
106
107 #pauseButton[paused="true"] {
108   -moz-image-region: rect(0px, 16px, 16px, 0px);
109 }
110
111 #pauseButton[paused="true"]:hover {
112   -moz-image-region: rect(16px, 16px, 32px, 0px);
113 }
114
115 #pauseButton[paused="true"]:active {
116   -moz-image-region: rect(32px, 16px, 48px, 0px);
117 }
118
119 #pauseButton[paused="true"][disabled="true"] {
120   -moz-image-region: rect(48px, 16px, 64px, 0px);
121 }
122
123 #verificationFailedIcon {
124   -moz-margin-start: 5px;
125   list-style-image: url("chrome://global/skin/icons/notfound.png");
126 }
127
128 /* Error Page */
129 #errorReason {
130   margin-top: 1px;
131   margin-bottom: 2px;
132   -moz-margin-start: 6px !important;
133   -moz-margin-end: 5px;
134   font-weight: bold;
135 }
136
137 /* Update History Window */
138 update {
139   border-bottom: 1px dotted #FF9F00;
140 }
141
142 .update-name {
143   font-weight: bold;
144 }
145
146 .update-label-column {
147   -moz-box-align: end;
148 }
149
150 .update-type {
151   font-weight: bold;
152   color: #FF0000;
153 }
154
155 #historyItems {
156   height: 200px;
157   margin: 1px 5px 4px;
158 }
159
160 #historyItems > scrollbox {
161   margin-bottom: 1px;
162 }