Wed, 31 Dec 2014 06:09:35 +0100
Cloned upstream origin tor-browser at tor-browser-31.3.0esr-4.5-1-build1
revision ID fc1c9ff7c1b2defdbc039f12214767608f46423f for hacking purpose.
1 /* This Source Code Form is subject to the terms of the Mozilla Public
2 * License, v. 2.0. If a copy of the MPL was not distributed with this
3 * file, You can obtain one at http://mozilla.org/MPL/2.0/. */
5 wizard {
6 -moz-appearance: none;
7 width: 55em;
8 height: 45em;
9 padding: 0;
10 background-color: Window;
11 }
13 .wizard-page-box {
14 -moz-appearance: none;
15 padding-left: 0;
16 padding-right: 0;
17 margin: 0;
18 }
20 wizardpage {
21 -moz-box-pack: center;
22 -moz-box-align: center;
23 margin: 0;
24 padding: 0 6em;
25 background-color: Window;
26 }
28 .wizard-header {
29 -moz-appearance: none;
30 border: none;
31 padding: 2em 0 1em 0;
32 text-align: center;
33 }
34 .wizard-header-label {
35 font-size: 24pt;
36 font-weight: normal;
37 }
39 .wizard-buttons {
40 background-color: rgba(0,0,0,0.1);
41 padding: 1em;
42 }
44 .wizard-buttons-separator {
45 visibility: collapse;
46 }
48 .wizard-header-icon {
49 visibility: collapse;
50 }
52 .accountChoiceButton {
53 font: menu;
54 }
56 .confirm {
57 border: 1px solid black;
58 padding: 1em;
59 border-radius: 5px;
60 }
62 /* Override the text-link style from global.css */
63 description > .text-link,
64 description > .text-link:focus {
65 margin: 0px;
66 padding: 0px;
67 border: 0px;
68 }
70 .success,
71 .error {
72 padding: 2px;
73 border-radius: 2px;
74 }
76 .error {
77 background-color: #FF0000 !important;
78 color: #FFFFFF !important;
79 }
81 .success {
82 background-color: #00FF00 !important;
83 }
85 .warning {
86 font-weight: bold;
87 font-size: 100%;
88 color: red;
89 }
91 .mainDesc {
92 font-weight: bold;
93 font-size: 100%;
94 }
96 .normal {
97 font-size: 100%;
98 }
100 .inputColumn {
101 -moz-margin-end: 2px
102 }
104 .pin {
105 font-size: 18pt;
106 width: 4em;
107 text-align: center;
108 }
110 #passphraseHelpSpacer {
111 width: 0.5em;
112 }
114 #pairDeviceThrobber > image,
115 #login-throbber > image {
116 list-style-image: url("chrome://global/skin/icons/loading_16.png");
117 }
119 #captchaFeedback {
120 visibility: hidden;
121 }
123 #successPageIcon {
124 /* TODO replace this with a 128px version (bug 591122) */
125 list-style-image: url("chrome://browser/skin/sync-32.png");
126 }