move old EarlyBlue browser theme to x-browser-old
[themes.git] / LCARStrek / communicator / sync / syncSetup.css
CommitLineData
c2e1f790
RK
1wizard {
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
14wizardpage {
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}
27.wizard-header-label {
28 font-size: 24pt;
29 font-weight: normal;
30}
31
32.wizard-buttons {
33 border-top: 1px solid #9C9CFF;
34 padding: 1em;
35}
36
37.wizard-buttons-separator {
38 visibility: collapse;
39}
40
41.wizard-header-icon {
42 visibility: collapse;
43}
44
45.accountChoiceButton {
46 /*font: menu;*/
47}
48
49.confirm {
50 border: 1px solid #9C9CFF;
51 padding: 1em;
52 border-radius: 5px;
53}
54
55/* Override the text-link style from global.css */
56.text-link,
57.text-link:focus {
58 margin: 0px;
59 padding: 0px;
60}
61
62.success,
63.error {
64 padding: 2px;
65 border-radius: 2px;
66}
67
68.error {
69 background-color: #FF0000 !important;
70 color: #FFFFFF !important;
71}
72
73.success {
74 background-color: #008484 !important;
75}
76
77.warning {
78 font-weight: bold;
79 font-size: 100%;
80 color: red;
81}
82
83.mainDesc {
84 font-weight: bold;
85 font-size: 100%;
86}
87
88.normal {
89 font-size: 100%;
90}
91
92.inputColumn {
93 -moz-margin-end: 2px;
94}
95
96.recommended {
97 font-weight: bold;
98}
99
100#connect-throbber image,
101#passphrase-throbber image {
102 list-style-image: url("chrome://global/skin/icons/loading.gif");
103}
104
105#successPageIcon {
106 /* TODO replace this with a 128px version (bug 591122) */
107 list-style-image: url("chrome://communicator/skin/sync/sync-32.png");
108}
109
110#pickSetupDesc {
111 padding: 0 7em;
112}