Commit | Line | Data |
---|---|---|
c2e1f790 RK |
1 | wizard { |
2 | width: 55em; | |
3 | height: 42em; | |
4 | padding: 0; | |
5 | background-color: #000000; | |
6 | } | |
7 | ||
8 | .wizard-page-box { | |
9 | padding-left: 0; | |
10 | padding-right: 0; | |
11 | margin: 0; | |
12 | } | |
13 | ||
14 | wizardpage { | |
15 | -moz-box-pack: center; | |
16 | -moz-box-align: center; | |
17 | margin: 0; | |
18 | padding: 0 8em; | |
19 | background-color: #000000; | |
20 | } | |
21 | ||
22 | .wizard-header { | |
23 | border: none; | |
24 | padding: 2em 0 1em 0; | |
25 | text-align: center; | |
26 | } | |
84c37d04 | 27 | |
c2e1f790 RK |
28 | .wizard-header-label { |
29 | font-size: 24pt; | |
30 | font-weight: normal; | |
31 | } | |
32 | ||
33 | .wizard-buttons { | |
34 | border-top: 1px solid #9C9CFF; | |
35 | padding: 1em; | |
36 | } | |
37 | ||
38 | .wizard-buttons-separator { | |
39 | visibility: collapse; | |
40 | } | |
41 | ||
42 | .wizard-header-icon { | |
43 | visibility: collapse; | |
44 | } | |
45 | ||
46 | .accountChoiceButton { | |
47 | /*font: menu;*/ | |
48 | } | |
49 | ||
50 | .confirm { | |
51 | border: 1px solid #9C9CFF; | |
52 | padding: 1em; | |
53 | border-radius: 5px; | |
54 | } | |
55 | ||
56 | /* Override the text-link style from global.css */ | |
d16df6f2 RK |
57 | description > .text-link, |
58 | description > .text-link:focus { | |
c2e1f790 RK |
59 | margin: 0px; |
60 | padding: 0px; | |
61 | } | |
62 | ||
63 | .success, | |
64 | .error { | |
65 | padding: 2px; | |
66 | border-radius: 2px; | |
67 | } | |
68 | ||
69 | .error { | |
70 | background-color: #FF0000 !important; | |
71 | color: #FFFFFF !important; | |
72 | } | |
73 | ||
74 | .success { | |
75 | background-color: #008484 !important; | |
76 | } | |
77 | ||
78 | .warning { | |
79 | font-weight: bold; | |
80 | font-size: 100%; | |
81 | color: red; | |
82 | } | |
83 | ||
84 | .mainDesc { | |
85 | font-weight: bold; | |
86 | font-size: 100%; | |
87 | } | |
88 | ||
89 | .normal { | |
90 | font-size: 100%; | |
91 | } | |
92 | ||
93 | .inputColumn { | |
94 | -moz-margin-end: 2px; | |
95 | } | |
96 | ||
97 | .recommended { | |
98 | font-weight: bold; | |
99 | } | |
100 | ||
d16df6f2 RK |
101 | .pin { |
102 | font-size: 18pt; | |
103 | text-align: center; | |
104 | } | |
105 | ||
106 | #passphraseHelpSpacer { | |
107 | width: 0.5em; | |
108 | } | |
109 | ||
110 | #add-device-throbber, | |
111 | #login-throbber { | |
c2e1f790 RK |
112 | list-style-image: url("chrome://global/skin/icons/loading.gif"); |
113 | } | |
114 | ||
115 | #successPageIcon { | |
116 | /* TODO replace this with a 128px version (bug 591122) */ | |
117 | list-style-image: url("chrome://communicator/skin/sync/sync-32.png"); | |
118 | } | |
119 | ||
120 | #pickSetupDesc { | |
121 | padding: 0 7em; | |
122 | } |