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 height: 100%; | 6 height: 100%; |
7 } | 7 } |
8 | 8 |
9 html.col-resize * { | 9 html.col-resize * { |
10 cursor: col-resize !important; | 10 cursor: col-resize !important; |
(...skipping 1716 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1727 border-left-width: 0; | 1727 border-left-width: 0; |
1728 border-right-width: 0; | 1728 border-right-width: 0; |
1729 height: 39px; | 1729 height: 39px; |
1730 padding-bottom: 1px; | 1730 padding-bottom: 1px; |
1731 padding-top: 1px; | 1731 padding-top: 1px; |
1732 } | 1732 } |
1733 | 1733 |
1734 body[new-ui] #list-container li.table-row { | 1734 body[new-ui] #list-container li.table-row { |
1735 border-style: none; | 1735 border-style: none; |
1736 height: 29px; | 1736 height: 29px; |
| 1737 line-height: 29px; |
1737 margin: 0; | 1738 margin: 0; |
1738 padding-bottom: 0; | 1739 padding-bottom: 0; |
1739 padding-top: 0; | 1740 padding-top: 0; |
1740 } | 1741 } |
1741 | 1742 |
1742 body[new-ui] #default-actions-list li { | 1743 body[new-ui] #default-actions-list li { |
1743 border-style: none; | 1744 border-style: none; |
1744 } | 1745 } |
1745 | 1746 |
1746 /* The icon in the name column. See file_types.css for specific icons. */ | 1747 /* The icon in the name column. See file_types.css for specific icons. */ |
(...skipping 658 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
2405 body[new-ui] #iframe-drag-area { | 2406 body[new-ui] #iframe-drag-area { |
2406 -webkit-app-region: drag; | 2407 -webkit-app-region: drag; |
2407 height: 45px; | 2408 height: 45px; |
2408 left: 64px; | 2409 left: 64px; |
2409 position: absolute; | 2410 position: absolute; |
2410 right: 70px; | 2411 right: 70px; |
2411 top: 0; | 2412 top: 0; |
2412 width: auto; | 2413 width: auto; |
2413 z-index: 101; | 2414 z-index: 101; |
2414 } | 2415 } |
OLD | NEW |