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 1545 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1556 } | 1556 } |
1557 | 1557 |
1558 .dialog-container:not([drive-welcome='page']) #no-search-results[show] { | 1558 .dialog-container:not([drive-welcome='page']) #no-search-results[show] { |
1559 display: block; | 1559 display: block; |
1560 } | 1560 } |
1561 | 1561 |
1562 #downloads-root-context-menu { | 1562 #downloads-root-context-menu { |
1563 min-width: 250px; | 1563 min-width: 250px; |
1564 } | 1564 } |
1565 | 1565 |
1566 #volume-space-info, | 1566 #volume-space-info { |
1567 #downloads-space-info { | |
1568 -webkit-box-pack: justify; | 1567 -webkit-box-pack: justify; |
1569 display: -webkit-box; | 1568 display: -webkit-box; |
1570 } | 1569 } |
1571 | 1570 |
1572 #volume-space-info-label, | 1571 #volume-space-info-label { |
1573 #downloads-space-info-label { | |
1574 display: block; | 1572 display: block; |
1575 } | 1573 } |
1576 | 1574 |
1577 #volume-space-info > div, | 1575 #volume-space-info-label { |
1578 #downloads-space-info > div { | 1576 display: block; |
| 1577 } |
| 1578 |
| 1579 #volume-space-info > div { |
1579 -webkit-box-flex: 1; | 1580 -webkit-box-flex: 1; |
1580 border: 1px solid rgb(192, 192, 192); | 1581 border: 1px solid rgb(192, 192, 192); |
1581 display: block; | 1582 display: block; |
1582 height: 11px; | 1583 height: 11px; |
1583 margin: 8px 0 9px 10px; | 1584 margin: 8px 0 9px 10px; |
1584 min-width: 30px; | 1585 min-width: 30px; |
1585 } | 1586 } |
1586 | 1587 |
1587 #volume-space-info-bar[pending], | 1588 #volume-space-info-bar[pending] { |
1588 #downloads-space-info-bar[pending] { | |
1589 -webkit-animation-duration: 800ms; | 1589 -webkit-animation-duration: 800ms; |
1590 -webkit-animation-iteration-count: infinite; | 1590 -webkit-animation-iteration-count: infinite; |
1591 -webkit-animation-name: bg; | 1591 -webkit-animation-name: bg; |
1592 -webkit-animation-timing-function: linear; | 1592 -webkit-animation-timing-function: linear; |
1593 background-color: rgb(192, 192, 192); | 1593 background-color: rgb(192, 192, 192); |
1594 background-image: -webkit-linear-gradient(315deg, transparent, | 1594 background-image: -webkit-linear-gradient(315deg, transparent, |
1595 transparent 33%, rgba(0, 0, 0, 0.12) 33%, rgba(0, 0, 0, 0.12) 66%, | 1595 transparent 33%, rgba(0, 0, 0, 0.12) 33%, rgba(0, 0, 0, 0.12) 66%, |
1596 transparent 66%, transparent); | 1596 transparent 66%, transparent); |
1597 background-position: 0 0; | 1597 background-position: 0 0; |
1598 background-repeat: repeat-x; | 1598 background-repeat: repeat-x; |
1599 background-size: 16px 8px; | 1599 background-size: 16px 8px; |
1600 } | 1600 } |
1601 | 1601 |
1602 #volume-space-info-bar, | 1602 #volume-space-info-bar { |
1603 #downloads-space-info-bar { | |
1604 background-color: rgb(192, 192, 192); | 1603 background-color: rgb(192, 192, 192); |
1605 border: 1px solid rgb(255, 255, 255); | 1604 border: 1px solid rgb(255, 255, 255); |
1606 box-sizing: border-box; | 1605 box-sizing: border-box; |
1607 height: 100%; | 1606 height: 100%; |
1608 width: 50%; | 1607 width: 50%; |
1609 } | 1608 } |
1610 | 1609 |
1611 #list-container .table-header-inner { | 1610 #list-container .table-header-inner { |
1612 height: 100%; | 1611 height: 100%; |
1613 } | 1612 } |
(...skipping 12 matching lines...) Expand all Loading... |
1626 | 1625 |
1627 #default-action-dialog { | 1626 #default-action-dialog { |
1628 min-width: 300px; | 1627 min-width: 300px; |
1629 width: auto; | 1628 width: auto; |
1630 } | 1629 } |
1631 | 1630 |
1632 .drive-welcome-wrapper { | 1631 .drive-welcome-wrapper { |
1633 /* drive_welcome.css will override it once loaded. */ | 1632 /* drive_welcome.css will override it once loaded. */ |
1634 display: none; | 1633 display: none; |
1635 } | 1634 } |
OLD | NEW |