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.col-resize * { | 5 html.col-resize * { |
6 cursor: col-resize !important; | 6 cursor: col-resize !important; |
7 } | 7 } |
8 | 8 |
9 /* Outer frame of the dialog. */ | 9 /* Outer frame of the dialog. */ |
10 body { | 10 body { |
(...skipping 340 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
351 .dialog-footer[progress] #filename-input-box, | 351 .dialog-footer[progress] #filename-input-box, |
352 .dialog-footer[progress] #file-type { | 352 .dialog-footer[progress] #file-type { |
353 display: none; | 353 display: none; |
354 } | 354 } |
355 | 355 |
356 .dialog-footer .progress-bar { | 356 .dialog-footer .progress-bar { |
357 -webkit-margin-end: 20px; | 357 -webkit-margin-end: 20px; |
358 -webkit-margin-start: 20px; | 358 -webkit-margin-start: 20px; |
359 } | 359 } |
360 | 360 |
| 361 #file-type { |
| 362 -webkit-margin-end: 10px; |
| 363 } |
| 364 |
361 /* The container for breadcrumb elements. */ | 365 /* The container for breadcrumb elements. */ |
362 .breadcrumbs { | 366 .breadcrumbs { |
363 -webkit-box-align: center; | 367 -webkit-box-align: center; |
364 -webkit-box-flex: 1; | 368 -webkit-box-flex: 1; |
365 -webkit-box-orient: horizontal; | 369 -webkit-box-orient: horizontal; |
366 display: -webkit-box; | 370 display: -webkit-box; |
367 line-height: 20px; | 371 line-height: 20px; |
368 overflow: hidden; | 372 overflow: hidden; |
369 padding-top: 1px; | 373 padding-top: 1px; |
370 } | 374 } |
(...skipping 1089 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1460 height: 100%; | 1464 height: 100%; |
1461 } | 1465 } |
1462 | 1466 |
1463 #list-container .table-header-cell:hover { | 1467 #list-container .table-header-cell:hover { |
1464 background-color: #f2f2f2; | 1468 background-color: #f2f2f2; |
1465 } | 1469 } |
1466 | 1470 |
1467 button:focus { | 1471 button:focus { |
1468 outline-color: rgb(77, 144, 254); | 1472 outline-color: rgb(77, 144, 254); |
1469 } | 1473 } |
OLD | NEW |