summaryrefslogtreecommitdiff
path: root/src/chrome/browser/syncProgress.css
diff options
context:
space:
mode:
authorLootyhoof <lootyhoofer@gmail.com>2015-11-19 23:02:12 +0000
committerLootyhoof <lootyhoofer@gmail.com>2015-11-19 23:02:12 +0000
commit274b11748f015db0f7c6276959602f6e8b30bb95 (patch)
treef1a9d61c609438d4e6116c3bbd4831e15538e1c5 /src/chrome/browser/syncProgress.css
Initial commit
Diffstat (limited to 'src/chrome/browser/syncProgress.css')
-rw-r--r--src/chrome/browser/syncProgress.css46
1 files changed, 46 insertions, 0 deletions
diff --git a/src/chrome/browser/syncProgress.css b/src/chrome/browser/syncProgress.css
new file mode 100644
index 0000000..d7aa599
--- /dev/null
+++ b/src/chrome/browser/syncProgress.css
@@ -0,0 +1,46 @@
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
12body {
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}