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 713 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
724 url('../images/files/ui/breadcrumb-separator.png') 1x, | 724 url('../images/files/ui/breadcrumb-separator.png') 1x, |
725 url('../images/files/ui/2x/breadcrumb-separator.png') 2x); | 725 url('../images/files/ui/2x/breadcrumb-separator.png') 2x); |
726 background-position: center center; | 726 background-position: center center; |
727 background-repeat: no-repeat; | 727 background-repeat: no-repeat; |
728 height: 10px; | 728 height: 10px; |
729 overflow: hidden; | 729 overflow: hidden; |
730 width: 25px; | 730 width: 25px; |
731 } | 731 } |
732 | 732 |
733 body[new-ui] .dialog-header .buttonbar button { | 733 body[new-ui] .dialog-header .buttonbar button { |
| 734 -webkit-margin-start: 0; |
734 background-image: none; | 735 background-image: none; |
735 background-position: center; | 736 background-position: center; |
736 background-repeat: no-repeat; | 737 background-repeat: no-repeat; |
737 min-width: 29px; | 738 min-width: 29px; |
738 padding: 0; | 739 padding: 0; |
739 width: 29px; | 740 width: 29px; |
740 } | 741 } |
741 | 742 |
742 body[new-ui] .dialog-header button:not(:hover):not(focus) { | 743 body[new-ui] .dialog-header button:not(:hover):not(focus) { |
743 background-color: transparent; | 744 background-color: transparent; |
(...skipping 1455 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 |