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 1694 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1705 border-right-width: 0; | 1705 border-right-width: 0; |
1706 height: 39px; | 1706 height: 39px; |
1707 padding-bottom: 1px; | 1707 padding-bottom: 1px; |
1708 padding-top: 1px; | 1708 padding-top: 1px; |
1709 } | 1709 } |
1710 | 1710 |
1711 body[new-ui] #list-container li.table-row { | 1711 body[new-ui] #list-container li.table-row { |
1712 height: 30px; | 1712 height: 30px; |
1713 } | 1713 } |
1714 | 1714 |
| 1715 body[new-ui] #default-actions-list li { |
| 1716 border-style: none; |
| 1717 } |
| 1718 |
1715 /* The icon in the name column. See file_types.css for specific icons. */ | 1719 /* The icon in the name column. See file_types.css for specific icons. */ |
1716 .detail-icon { | 1720 .detail-icon { |
1717 height: 24px; | 1721 height: 24px; |
1718 width: 24px; | 1722 width: 24px; |
1719 } | 1723 } |
1720 | 1724 |
1721 .metadata-item { | 1725 .metadata-item { |
1722 -webkit-box-flex: 1; | 1726 -webkit-box-flex: 1; |
1723 -webkit-box-orient: horizontal; | 1727 -webkit-box-orient: horizontal; |
1724 -webkit-padding-start: 8px; | 1728 -webkit-padding-start: 8px; |
(...skipping 638 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
2363 body[new-ui] #iframe-drag-area { | 2367 body[new-ui] #iframe-drag-area { |
2364 -webkit-app-region: drag; | 2368 -webkit-app-region: drag; |
2365 height: 45px; | 2369 height: 45px; |
2366 left: 64px; | 2370 left: 64px; |
2367 position: absolute; | 2371 position: absolute; |
2368 right: 70px; | 2372 right: 70px; |
2369 top: 0; | 2373 top: 0; |
2370 width: auto; | 2374 width: auto; |
2371 z-index: 101; | 2375 z-index: 101; |
2372 } | 2376 } |
OLD | NEW |