seventh part of syncing LCARStrek with Firefox 42-44 windows theme changes
[themes.git] / LCARStrek / browser / syncSetup.css
1 wizard {
2   width: 55em;
3   height: 45em;
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 6em;
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 {
94   -moz-margin-end: 2px
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
107 #pairDeviceThrobber > image,
108 #login-throbber > image {
109   list-style-image: url("chrome://global/skin/icons/loading.gif");
110 }
111
112 #captchaFeedback {
113   visibility: hidden;
114 }
115
116 #successPageIcon {
117   /* TODO replace this with a 128px version (bug 591122) */
118   list-style-image: url("chrome://browser/skin/sync-32.png");
119 }
120
121 #tosDesc {
122   margin-left: -7px;
123   margin-bottom: 3px;
124 }