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 712 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
723 url('../images/files/ui/breadcrumb-separator.png') 1x, | 723 url('../images/files/ui/breadcrumb-separator.png') 1x, |
724 url('../images/files/ui/2x/breadcrumb-separator.png') 2x); | 724 url('../images/files/ui/2x/breadcrumb-separator.png') 2x); |
725 background-position: center center; | 725 background-position: center center; |
726 background-repeat: no-repeat; | 726 background-repeat: no-repeat; |
727 height: 10px; | 727 height: 10px; |
728 overflow: hidden; | 728 overflow: hidden; |
729 width: 25px; | 729 width: 25px; |
730 } | 730 } |
731 | 731 |
732 body[new-ui] .dialog-header .buttonbar button { | 732 body[new-ui] .dialog-header .buttonbar button { |
| 733 -webkit-margin-start: 0; |
733 background-image: none; | 734 background-image: none; |
734 background-position: center; | 735 background-position: center; |
735 background-repeat: no-repeat; | 736 background-repeat: no-repeat; |
736 min-width: 29px; | 737 min-width: 29px; |
737 padding: 0; | 738 padding: 0; |
738 width: 29px; | 739 width: 29px; |
739 } | 740 } |
740 | 741 |
741 body[new-ui] .dialog-header button:not(:hover):not(focus) { | 742 body[new-ui] .dialog-header button:not(:hover):not(focus) { |
742 background-color: transparent; | 743 background-color: transparent; |
(...skipping 1456 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
2199 background-image: -webkit-image-set( | 2200 background-image: -webkit-image-set( |
2200 url('../images/files/ui/new-ui/button_mosaic_view.png') 1x, | 2201 url('../images/files/ui/new-ui/button_mosaic_view.png') 1x, |
2201 url('../images/files/ui/new-ui/2x/button_mosaic_view.png') 2x); | 2202 url('../images/files/ui/new-ui/2x/button_mosaic_view.png') 2x); |
2202 } | 2203 } |
2203 | 2204 |
2204 body[new-ui] #iframe-drag-area { | 2205 body[new-ui] #iframe-drag-area { |
2205 -webkit-app-region: drag; | 2206 -webkit-app-region: drag; |
2206 height: 45px; | 2207 height: 45px; |
2207 left: 64px; | 2208 left: 64px; |
2208 position: absolute; | 2209 position: absolute; |
2209 right: 0; | 2210 right: 70px; |
2210 top: 0; | 2211 top: 0; |
| 2212 width: auto; |
2211 z-index: 101; | 2213 z-index: 101; |
2212 } | 2214 } |
OLD | NEW |