update LCARStrek to 2.0a1, part 4: mozapps, navigator
[themes.git] / LCARStrek / mozapps / update / updates.css
CommitLineData
e10e7add
RK
1/**
2 * General
3 */
4.wizard-button[dlgtype="finish"] {
5 font-weight: bold;
6}
7
8link {
9 color: blue;
10 border: 1px solid transparent;
11 margin-top: 1px;
12 margin-bottom: 4px;
13 -moz-margin-start: 5px;
14 -moz-margin-end: 5px;
15 text-decoration: underline !important;
16}
17
18link > label {
19 margin: 0px;
20 padding: 1px;
21 text-decoration: underline !important;
22}
23
24link:hover:active {
25 color: red;
26}
27
28link:focus {
29 border: 1px dotted black;
30}
31
32/**
33 * License Page
34 */
35license {
36 margin-top: 1px;
37 margin-bottom: 2px;
38 -moz-margin-start: 6px;
39 -moz-margin-end: 5px;
40 -moz-appearance: listbox;
41 padding-bottom: 1px;
42}
43
44.loadingBox {
45 padding: 3px 5px 3px 5px;
46}
47.licenseLoadingThrobber {
48 margin-top: 3px;
49}
50.licenseLoadingThrobber[state="loading"] {
51 list-style-image: url("chrome://global/skin/icons/loading.gif");
52}
53.licenseLoadingThrobber[state="error"] {
54 list-style-image: url("chrome://global/skin/icons/notfound.png");
55}
56
57/**
58 * Update Found Page
59 */
60#moreDetails {
61 margin: 1px 5px 4px 3px;
62}
63
64wizard[currentpageid="updatesfound"] .wizard-button[dlgtype="next"] {
65 font-weight: bold;
66}
67
68wizard[currentpageid="updatesfound"] .wizard-button[dlgtype="next"] > .button-box {
69 padding-left: 15px;
70 padding-right: 15px;
71}
72
73#updateForMoreInfo {
74 margin-left: 5px;
75}
76
77#updateName, #updateFinishedName {
78 font-weight: bold;
79 font-size: larger;
80}
81
82#alertImage {
83 list-style-image: url("chrome://global/skin/icons/alert-exclam.gif");
84 margin-right: 5px;
85}
86
87#incompatibleWarning {
88 background-color : #FFCF00;
89 color: #000000;
90 -moz-border-radius: 5px;
91 border: 1px solid #9C9CFF;
92 padding: 3px;
93 margin: 1px 5px 4px 5px;
94}
95
96/**
97 * Downloading Page
98 */
99#downloadName {
100 margin-top: 3px;
101}
102
103#downloadStatus {
104 margin-top: 6px;
105 height: 3em !important;
106}
107#downloadThrobber {
108 margin: 5px 3px 0px 5px;
109 list-style-image: url("chrome://global/skin/filepicker/blank.gif");
110}
111#downloadThrobber[state="loading"] {
112 list-style-image: url("chrome://global/skin/icons/loading.gif");
113}
114#downloadStatusLine {
115 -moz-box-align: start;
116}
117
118#verificationFailedIcon {
119 list-style-image: url("chrome://global/skin/icons/notfound.png");
120 margin: 5px 3px 0px 5px;
121}
122
123/**
124 * Error Page
125 */
126#errorReason {
127 margin-top: 1px;
128 margin-bottom: 2px;
129 -moz-margin-start: 6px !important;
130 -moz-margin-end: 5px;
131 font-weight: bold;
132}
133
134/**
135 * Update History Window
136 */
137update {
138 border-bottom: 1px dotted #FF9F00;
139}
140
141.update-name {
142 font-weight: bold;
143}
144
145.update-label-column {
146 -moz-box-align: end;
147}
148
149.update-details-link {
150 margin: 0px;
151}
152
153.update-type {
154 font-weight: bold;
155 color: #FF0000;
156}
157
158#historyItems {
159 height: 200px;
160 margin: 1px 5px 4px 5px;
161}
162
163#historyItems > scrollbox {
164 margin-bottom: 1px;
165}
166
167.updatePrefsInfo {
168 font-size: smaller;
169 margin-left: 27px;
170 margin-bottom: 10px;
171}
172