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 619 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
630 .dialog-footer[progress] #file-type { | 630 .dialog-footer[progress] #file-type { |
631 display: none; | 631 display: none; |
632 } | 632 } |
633 | 633 |
634 .dialog-footer .progress-bar { | 634 .dialog-footer .progress-bar { |
635 -webkit-box-flex: 1; | 635 -webkit-box-flex: 1; |
636 -webkit-margin-end: 20px; | 636 -webkit-margin-end: 20px; |
637 -webkit-margin-start: 20px; | 637 -webkit-margin-start: 20px; |
638 } | 638 } |
639 | 639 |
640 #file-type { | 640 body:not([new-ui]) #file-type { |
641 -webkit-margin-end: 10px; | 641 -webkit-margin-end: 10px; |
642 } | 642 } |
643 | 643 |
644 /* The container for breadcrumb elements. */ | 644 /* The container for breadcrumb elements. */ |
645 .breadcrumbs { | 645 .breadcrumbs { |
646 -webkit-box-align: center; | 646 -webkit-box-align: center; |
647 -webkit-box-flex: 1; | 647 -webkit-box-flex: 1; |
648 -webkit-box-orient: horizontal; | 648 -webkit-box-orient: horizontal; |
649 display: -webkit-box; | 649 display: -webkit-box; |
650 line-height: 20px; | 650 line-height: 20px; |
(...skipping 1754 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
2405 body[new-ui] #iframe-drag-area { | 2405 body[new-ui] #iframe-drag-area { |
2406 -webkit-app-region: drag; | 2406 -webkit-app-region: drag; |
2407 height: 45px; | 2407 height: 45px; |
2408 left: 64px; | 2408 left: 64px; |
2409 position: absolute; | 2409 position: absolute; |
2410 right: 70px; | 2410 right: 70px; |
2411 top: 0; | 2411 top: 0; |
2412 width: auto; | 2412 width: auto; |
2413 z-index: 101; | 2413 z-index: 101; |
2414 } | 2414 } |
OLD | NEW |