OLD | NEW |
| (Empty) |
1 /* Copyright (c) 2012 The Chromium Authors. All rights reserved. | |
2 * Use of this source code is governed by a BSD-style license that can be | |
3 * found in the LICENSE file. */ | |
4 | |
5 #advancedPage .section-group:not(:first-child) { | |
6 margin-top: 10px; | |
7 } | |
8 | |
9 #advancedPage .section-group:not(:last-child) { | |
10 margin-bottom: 10px; | |
11 } | |
12 | |
13 #advancedPage select, | |
14 #advancedPage .web-content-select-label { | |
15 min-width: 145px; | |
16 } | |
17 | |
18 #advancedPage .web-content-select-label > span:only-of-type { | |
19 display: inline-block; | |
20 min-width: 100px; | |
21 } | |
22 | |
23 #download-location-group { | |
24 margin: 10px 0 5px; | |
25 min-width: 470px; | |
26 } | |
27 | |
28 #fontSettingsCustomizeFontsButton, | |
29 #privacyClearDataButton { | |
30 margin-left: 10px; | |
31 } | |
32 | |
33 #timezone-value { | |
34 display: inline-block; | |
35 vertical-align: baseline; | |
36 } | |
37 | |
38 #privacy-explanation { | |
39 line-height: 1.8em; | |
40 } | |
41 | |
42 #privacy-explanation span:first-child { | |
43 display: block; | |
44 } | |
OLD | NEW |