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