browser/themes/windows/syncProgress.css

Wed, 31 Dec 2014 06:09:35 +0100

author
Michael Schloh von Bennewitz <michael@schloh.com>
date
Wed, 31 Dec 2014 06:09:35 +0100
changeset 0
6474c204b198
permissions
-rw-r--r--

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/. */
     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 }

mercurial