browser/themes/osx/syncProgress.css

changeset 0
6474c204b198
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/browser/themes/osx/syncProgress.css	Wed Dec 31 06:09:35 2014 +0100
     1.3 @@ -0,0 +1,46 @@
     1.4 +/* This Source Code Form is subject to the terms of the Mozilla Public
     1.5 + * License, v. 2.0. If a copy of the MPL was not distributed with this
     1.6 + * file, You can obtain one at http://mozilla.org/MPL/2.0/. */
     1.7 +@import url(chrome://global/skin/inContentUI.css);
     1.8 +
     1.9 +:root {
    1.10 +  height: 100%;
    1.11 +  width: 100%;
    1.12 +  padding: 0;
    1.13 +}
    1.14 +
    1.15 +body {
    1.16 +  margin: 0;
    1.17 +  padding: 0 2em;
    1.18 +}
    1.19 +
    1.20 +#floatingBox {
    1.21 +  margin: 4em auto;
    1.22 +  max-width: 40em;
    1.23 +  min-width: 23em;
    1.24 +  padding: 1em 1.5em;
    1.25 +  position: relative;
    1.26 +  text-align: center;
    1.27 +}
    1.28 +
    1.29 +#successLogo {
    1.30 +  margin: 1em 2em;
    1.31 +}
    1.32 +
    1.33 +#loadingText {
    1.34 +  margin: 2em 6em;
    1.35 +}
    1.36 +
    1.37 +#progressBar {
    1.38 +  margin: 2em 10em;
    1.39 +}
    1.40 +
    1.41 +#uploadProgressBar{
    1.42 +  width: 100%;
    1.43 +}
    1.44 +
    1.45 +#bottomRow {
    1.46 +  margin-top: 2em;
    1.47 +  padding: 0;
    1.48 +  text-align: end;
    1.49 +}

mercurial