comparison: browser/themes/osx/syncProgress.css
browser/themes/osx/syncProgress.css
- branch
- TOR_BUG_9701
- changeset 15
- b8a032363ba2
equal
deleted
inserted
replaced
|
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/. */ |
|
4 @import url(chrome://global/skin/inContentUI.css); |
|
5 |
|
6 :root { |
|
7 height: 100%; |
|
8 width: 100%; |
|
9 padding: 0; |
|
10 } |
|
11 |
|
12 body { |
|
13 margin: 0; |
|
14 padding: 0 2em; |
|
15 } |
|
16 |
|
17 #floatingBox { |
|
18 margin: 4em auto; |
|
19 max-width: 40em; |
|
20 min-width: 23em; |
|
21 padding: 1em 1.5em; |
|
22 position: relative; |
|
23 text-align: center; |
|
24 } |
|
25 |
|
26 #successLogo { |
|
27 margin: 1em 2em; |
|
28 } |
|
29 |
|
30 #loadingText { |
|
31 margin: 2em 6em; |
|
32 } |
|
33 |
|
34 #progressBar { |
|
35 margin: 2em 10em; |
|
36 } |
|
37 |
|
38 #uploadProgressBar{ |
|
39 width: 100%; |
|
40 } |
|
41 |
|
42 #bottomRow { |
|
43 margin-top: 2em; |
|
44 padding: 0; |
|
45 text-align: end; |
|
46 } |