sync both themes with suite classic theme changes in SeaMonkey 2.46/2.47 cycles
[themes.git] / EarlyBlue / communicator / sync / syncSetup.css
CommitLineData
c2e1f790
RK
1wizard {
2 width: 55em;
3 height: 42em;
4 padding: 0;
5 background-color: #CCD0DD;
6}
7
8.wizard-page-box {
9 padding-left: 0;
10 padding-right: 0;
11 margin: 0;
12}
13
14wizardpage {
15 -moz-box-pack: center;
16 -moz-box-align: center;
17 margin: 0;
18 padding: 0 8em;
19 background-color: #CCD0DD;
20}
21
22.wizard-header {
23 border: none;
24 padding: 2em 0 1em 0;
25 text-align: center;
26}
27.wizard-header-label {
28 font-size: 24pt;
29 font-weight: normal;
30}
31
32.wizard-buttons {
33 border-top: 2px solid #669999;
34 background-color: #9999CC;
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 #666699;
52 padding: 1em;
53 border-radius: 5px;
54}
55
56/* Override the text-link style from global.css */
d16df6f2
RK
57description > .text-link,
58description > .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: #33FF33 !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;
c2e1f790
RK
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}