| 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 564 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 575 body[new-ui] .dialog-body { | 575 body[new-ui] .dialog-body { |
| 576 border-top: 1px solid rgb(225, 225, 225); | 576 border-top: 1px solid rgb(225, 225, 225); |
| 577 } | 577 } |
| 578 | 578 |
| 579 .main-panel { | 579 .main-panel { |
| 580 -webkit-box-flex: 1; | 580 -webkit-box-flex: 1; |
| 581 display: -webkit-box; | 581 display: -webkit-box; |
| 582 } | 582 } |
| 583 | 583 |
| 584 body[new-ui] .dialog-middlebar-contents { | 584 body[new-ui] .dialog-middlebar-contents { |
| 585 display: -webkit-box; |
| 585 max-width: 50%; | 586 max-width: 50%; |
| 586 min-width: 45px; | 587 min-width: 45px; |
| 587 position: relative; | 588 position: relative; |
| 588 width: 180px; | 589 width: 180px; |
| 589 } | 590 } |
| 590 | 591 |
| 591 /* Container for the ok/cancel buttons. */ | 592 /* Container for the ok/cancel buttons. */ |
| 592 .dialog-footer { | 593 .dialog-footer { |
| 593 -webkit-box-align: center; | 594 -webkit-box-align: center; |
| 594 -webkit-box-orient: horizontal; | 595 -webkit-box-orient: horizontal; |
| (...skipping 1607 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2202 | 2203 |
| 2203 body[new-ui] #iframe-drag-area { | 2204 body[new-ui] #iframe-drag-area { |
| 2204 -webkit-app-region: drag; | 2205 -webkit-app-region: drag; |
| 2205 height: 45px; | 2206 height: 45px; |
| 2206 left: 64px; | 2207 left: 64px; |
| 2207 position: absolute; | 2208 position: absolute; |
| 2208 right: 0; | 2209 right: 0; |
| 2209 top: 0; | 2210 top: 0; |
| 2210 z-index: 101; | 2211 z-index: 101; |
| 2211 } | 2212 } |
| OLD | NEW |