Wed, 31 Dec 2014 13:27:57 +0100
Ignore runtime configuration files generated during quality assurance.
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/. */
5 :root {
6 font-size: 80%;
7 }
9 #sync-customize-pane {
10 -moz-padding-start: 74px;
11 background: top left url(chrome://browser/skin/sync-128.png) no-repeat;
12 background-size: 64px;
13 }
15 #sync-customize-title {
16 -moz-margin-start: 0;
17 padding-bottom: 0.5em;
18 font-weight: bold;
19 }
21 #sync-customize-subtitle {
22 font-size: 90%;
23 }
25 checkbox {
26 margin: 0;
27 padding: 0.5em 0 0;
28 }