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 select, | |
6 #advancedPage .web-content-select-label { | |
7 min-width: 145px; | |
8 } | |
9 | |
10 #advancedPage .web-content-select-label > span:only-of-type { | |
11 display: inline-block; | |
12 min-width: 100px; | |
13 } | |
14 | |
15 #fontSettingsCustomizeFontsButton, | |
16 #privacyClearDataButton { | |
17 margin-left: 10px; | |
18 } | |
19 | |
20 #timezone-value { | |
21 display: inline-block; | |
22 vertical-align: baseline; | |
23 } | |
24 | |
25 #privacy-explanation { | |
26 line-height: 1.8em; | |
27 } | |
28 | |
29 #privacy-explanation span:first-child { | |
30 display: block; | |
31 } | |
OLD | NEW |