| 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 /* NB: do not include this file directly. Include chrome_shared2.css. If touch | 5 /* NB: do not include this file directly. Include chrome_shared.css. If touch |
| 6 * optimization is enabled, these rules will be automatically loaded by the | 6 * optimization is enabled, these rules will be automatically loaded by the |
| 7 * SharedResourceDataSource. */ | 7 * SharedResourceDataSource. */ |
| 8 | 8 |
| 9 <include src="chrome_shared2.css"> | 9 <include src="chrome_shared.css"> |
| 10 | 10 |
| 11 input[type='input'], | 11 input[type='input'], |
| 12 input[type='password'], | 12 input[type='password'], |
| 13 input[type='search'], | 13 input[type='search'], |
| 14 input[type='text'], | 14 input[type='text'], |
| 15 input[type='url'] { | 15 input[type='url'] { |
| 16 padding-bottom: 7px; | 16 padding-bottom: 7px; |
| 17 padding-top: 6px; | 17 padding-top: 6px; |
| 18 } | 18 } |
| 19 | 19 |
| (...skipping 39 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 59 } | 59 } |
| 60 | 60 |
| 61 list button:not(.custom-appearance):not(.link-button), | 61 list button:not(.custom-appearance):not(.link-button), |
| 62 list input[type=button]:not(.custom-appearance), | 62 list input[type=button]:not(.custom-appearance), |
| 63 list input[type=submit]:not(.custom-appearance), | 63 list input[type=submit]:not(.custom-appearance), |
| 64 list select { | 64 list select { |
| 65 margin: 0; | 65 margin: 0; |
| 66 padding-bottom: 0; | 66 padding-bottom: 0; |
| 67 padding-top: 3px; | 67 padding-top: 3px; |
| 68 } | 68 } |
| OLD | NEW |