browser/base/content/sync/customize.css

changeset 0
6474c204b198
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/browser/base/content/sync/customize.css	Wed Dec 31 06:09:35 2014 +0100
     1.3 @@ -0,0 +1,28 @@
     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 +
     1.8 +:root {
     1.9 +  font-size: 80%;
    1.10 +}
    1.11 +
    1.12 +#sync-customize-pane {
    1.13 +  -moz-padding-start: 74px;
    1.14 +  background: top left url(chrome://browser/skin/sync-128.png) no-repeat;
    1.15 +  background-size: 64px;
    1.16 +}
    1.17 +
    1.18 +#sync-customize-title {
    1.19 +  -moz-margin-start: 0;
    1.20 +  padding-bottom: 0.5em;
    1.21 +  font-weight: bold;
    1.22 +}
    1.23 +
    1.24 +#sync-customize-subtitle {
    1.25 +  font-size: 90%;
    1.26 +}
    1.27 +
    1.28 +checkbox {
    1.29 +  margin: 0;
    1.30 +  padding: 0.5em 0 0;
    1.31 +}

mercurial