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 256 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
267 } | 267 } |
268 | 268 |
269 body[new-ui] .dialog-sidebar-header #app-name { | 269 body[new-ui] .dialog-sidebar-header #app-name { |
270 -webkit-margin-start: 15px; | 270 -webkit-margin-start: 15px; |
271 color: #303030; | 271 color: #303030; |
272 font-size: 130%; | 272 font-size: 130%; |
273 } | 273 } |
274 | 274 |
275 body[new-ui] .dialog-sidebar-contents { | 275 body[new-ui] .dialog-sidebar-contents { |
276 -webkit-box-flex: 1; | 276 -webkit-box-flex: 1; |
277 border-top: 1px solid rgb(210, 210, 210); | |
278 display: -webkit-box; | 277 display: -webkit-box; |
279 position: relative; | 278 position: relative; |
280 } | 279 } |
281 | 280 |
282 body[new-ui] .dialog-sidebar-footer { | 281 body[new-ui] .dialog-sidebar-footer { |
283 -webkit-box-flex: 0; | 282 -webkit-box-flex: 0; |
284 display: -webkit-box; | 283 display: -webkit-box; |
285 } | 284 } |
286 | 285 |
287 /* A vertical splitter between the roots list and the file list. It is actually | 286 /* A vertical splitter between the roots list and the file list. It is actually |
(...skipping 2091 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
2379 body[new-ui] #iframe-drag-area { | 2378 body[new-ui] #iframe-drag-area { |
2380 -webkit-app-region: drag; | 2379 -webkit-app-region: drag; |
2381 height: 45px; | 2380 height: 45px; |
2382 left: 64px; | 2381 left: 64px; |
2383 position: absolute; | 2382 position: absolute; |
2384 right: 70px; | 2383 right: 70px; |
2385 top: 0; | 2384 top: 0; |
2386 width: auto; | 2385 width: auto; |
2387 z-index: 101; | 2386 z-index: 101; |
2388 } | 2387 } |
OLD | NEW |