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 html, | 5 html, |
6 body { | 6 body { |
7 cursor: default; | 7 cursor: default; |
8 height: 100%; | 8 height: 100%; |
9 margin: 0; | 9 margin: 0; |
10 overflow: hidden; | 10 overflow: hidden; |
(...skipping 361 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
372 | 372 |
373 list [editing] input, | 373 list [editing] input, |
374 .tree-item [editing] input { | 374 .tree-item [editing] input { |
375 padding: 3px 0; | 375 padding: 3px 0; |
376 } | 376 } |
377 | 377 |
378 .tree-row .expand-icon { | 378 .tree-row .expand-icon { |
379 top: 6px; | 379 top: 6px; |
380 } | 380 } |
381 } | 381 } |
OLD | NEW |