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