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_shared2.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_shared2.css"> |
10 | 10 |
(...skipping 20 matching lines...) Expand all Loading... |
31 padding-top: 8px; | 31 padding-top: 8px; |
32 } | 32 } |
33 | 33 |
34 button:not(.custom-appearance):not(.link-button), | 34 button:not(.custom-appearance):not(.link-button), |
35 input[type=button]:not(.custom-appearance), | 35 input[type=button]:not(.custom-appearance), |
36 input[type=submit]:not(.custom-appearance), | 36 input[type=submit]:not(.custom-appearance), |
37 select { | 37 select { |
38 margin-bottom: 6px; | 38 margin-bottom: 6px; |
39 margin-top: 6px; | 39 margin-top: 6px; |
40 } | 40 } |
| 41 |
| 42 html[touch-optimized] .tree-item > .tree-row { |
| 43 padding: 4px 3px; |
| 44 } |
OLD | NEW |