Thu, 22 Jan 2015 13:21:57 +0100
Incorporate requested changes from Mozilla in review:
https://bugzilla.mozilla.org/show_bug.cgi?id=1123480#c6
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);
6 :root {
7 height: 100%;
8 width: 100%;
9 padding: 0;
10 }
12 body {
13 margin: 0;
14 padding: 0 2em;
15 }
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 }
26 #successLogo {
27 margin: 1em 2em;
28 }
30 #loadingText {
31 margin: 2em 6em;
32 }
34 #progressBar {
35 margin: 2em 10em;
36 }
38 #uploadProgressBar{
39 width: 100%;
40 }
42 #bottomRow {
43 margin-top: 2em;
44 padding: 0;
45 text-align: end;
46 }