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