browser/themes/osx/syncProgress.css

Thu, 15 Jan 2015 21:03:48 +0100

author
Michael Schloh von Bennewitz <michael@schloh.com>
date
Thu, 15 Jan 2015 21:03:48 +0100
branch
TOR_BUG_9701
changeset 11
deefc01c0e14
permissions
-rw-r--r--

Integrate friendly tips from Tor colleagues to make (or not) 4.5 alpha 3;
This includes removal of overloaded (but unused) methods, and addition of
a overlooked call to DataStruct::SetData(nsISupports, uint32_t, bool.)

     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