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