|
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 |
|
5 :root { |
|
6 font-size: 80%; |
|
7 } |
|
8 |
|
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 } |
|
14 |
|
15 #sync-customize-title { |
|
16 -moz-margin-start: 0; |
|
17 padding-bottom: 0.5em; |
|
18 font-weight: bold; |
|
19 } |
|
20 |
|
21 #sync-customize-subtitle { |
|
22 font-size: 90%; |
|
23 } |
|
24 |
|
25 checkbox { |
|
26 margin: 0; |
|
27 padding: 0.5em 0 0; |
|
28 } |