| 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 #page-settings .page-settings-print-pages-div { | 5 #page-settings .page-settings-print-pages-div { |
| 6 -webkit-box-align: center; | 6 -webkit-box-align: center; |
| 7 display: -webkit-box; | 7 display: -webkit-box; |
| 8 padding: 0; |
| 8 } | 9 } |
| 9 | 10 |
| 10 #page-settings .page-settings-custom-input-wrapper { | 11 #page-settings .page-settings-custom-input-wrapper { |
| 11 -webkit-box-flex: 1; | 12 -webkit-box-flex: 1; |
| 12 -webkit-margin-start: 0.6em; | 13 -webkit-margin-start: 0.6em; |
| 13 height: 24px; | 14 height: 29px; |
| 14 position: relative; | 15 position: relative; |
| 15 } | 16 } |
| 16 | 17 |
| 17 #page-settings .page-settings-custom-input { | 18 #page-settings .page-settings-custom-input { |
| 19 height: 29px; |
| 18 position: absolute; | 20 position: absolute; |
| 19 width: 100%; | 21 width: 100%; |
| 20 } | 22 } |
| 21 | 23 |
| 22 #page-settings .page-settings-custom-input.invalid { | 24 #page-settings .page-settings-custom-input.invalid { |
| 23 background: rgb(255, 240, 240); | 25 background: rgb(255, 240, 240); |
| 24 color: rgb(140, 20, 20); | 26 color: rgb(140, 20, 20); |
| 27 } |
| 28 |
| 29 #page-settings .radio { |
| 30 margin-bottom: 10px; |
| 25 } | 31 } |
| OLD | NEW |