Commit | Line | Data |
---|---|---|
84c37d04 RK |
1 | wizard { |
2 | width: 55em; | |
8ad8bf83 | 3 | height: 45em; |
84c37d04 RK |
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; | |
8ad8bf83 | 18 | padding: 0 6em; |
84c37d04 RK |
19 | background-color: #000000; |
20 | } | |
21 | ||
22 | .wizard-header { | |
23 | border: none; | |
24 | padding: 2em 0 1em 0; | |
25 | text-align: center; | |
26 | } | |
27 | ||
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 */ | |
57 | .text-link, | |
58 | .text-link:focus { | |
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 { | |
dae45075 | 94 | margin-inline-end: 2px |
84c37d04 RK |
95 | } |
96 | ||
97 | .pin { | |
98 | font-size: 18pt; | |
99 | width: 4em; | |
100 | text-align: center; | |
101 | } | |
102 | ||
103 | #passphraseHelpSpacer { | |
104 | width: 0.5em; | |
105 | } | |
106 | ||
7c1e433b RK |
107 | #pairDeviceThrobber, |
108 | #login-throbber { | |
109 | -moz-box-align: center; | |
110 | } | |
111 | ||
8ad8bf83 | 112 | #pairDeviceThrobber > image, |
84c37d04 | 113 | #login-throbber > image { |
7c1e433b RK |
114 | width: 16px; |
115 | list-style-image: url("chrome://global/skin/icons/loading.png"); | |
84c37d04 RK |
116 | } |
117 | ||
8ad8bf83 RK |
118 | #captchaFeedback { |
119 | visibility: hidden; | |
120 | } | |
121 | ||
84c37d04 RK |
122 | #successPageIcon { |
123 | /* TODO replace this with a 128px version (bug 591122) */ | |
124 | list-style-image: url("chrome://browser/skin/sync-32.png"); | |
125 | } | |
82b4252f RK |
126 | |
127 | #tosDesc { | |
128 | margin-left: -7px; | |
129 | margin-bottom: 3px; | |
130 | } |