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