| 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 1022 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1033 top: -1px; | 1033 top: -1px; |
| 1034 } | 1034 } |
| 1035 | 1035 |
| 1036 | 1036 |
| 1037 .preview-container .table-header { | 1037 .preview-container .table-header { |
| 1038 border-radius: 0 4px 0 0; | 1038 border-radius: 0 4px 0 0; |
| 1039 } | 1039 } |
| 1040 | 1040 |
| 1041 /* Text label in a table header. */ | 1041 /* Text label in a table header. */ |
| 1042 .table-header-label { | 1042 .table-header-label { |
| 1043 margin: 5px 10px 0 9px; | 1043 line-height: 27px; |
| 1044 } | 1044 } |
| 1045 | 1045 |
| 1046 .table-row-cell > * { | 1046 .table-row-cell > * { |
| 1047 -webkit-box-align: center; | 1047 -webkit-box-align: center; |
| 1048 -webkit-box-flex: 1; | 1048 -webkit-box-flex: 1; |
| 1049 -webkit-box-orient: horizontal; | 1049 -webkit-box-orient: horizontal; |
| 1050 margin: 0; | 1050 margin: 0; |
| 1051 padding: 0 10px; | 1051 padding: 0 10px; |
| 1052 } | 1052 } |
| 1053 | 1053 |
| 1054 .table-row-cell > .detail-name { | 1054 .table-row-cell > .detail-name { |
| 1055 display: -webkit-box; | 1055 display: -webkit-box; |
| 1056 } | 1056 } |
| 1057 | 1057 |
| 1058 .table-row-cell { | 1058 .table-row-cell { |
| 1059 -webkit-box-align: center; | 1059 -webkit-box-align: center; |
| 1060 } | 1060 } |
| 1061 | 1061 |
| 1062 .file-checkbox { | 1062 .file-checkbox { |
| 1063 -webkit-margin-end: 0; | 1063 -webkit-margin-end: 0; |
| 1064 -webkit-margin-start: 0; | 1064 -webkit-margin-start: 0; |
| 1065 position: relative; | 1065 position: relative; |
| 1066 z-index: 2; | 1066 z-index: 2; |
| 1067 } | 1067 } |
| 1068 | 1068 |
| 1069 #select-all-checkbox { | 1069 #select-all-checkbox { |
| 1070 -webkit-margin-end: 11px; | 1070 -webkit-margin-end: 7px; |
| 1071 -webkit-margin-start: 1px; | 1071 -webkit-margin-start: 2px; |
| 1072 margin-bottom: 0; | 1072 margin-bottom: 0; |
| 1073 margin-top: 0; | 1073 margin-top: 0; |
| 1074 /* 1px below text */ | 1074 vertical-align: middle; |
| 1075 position: relative; | |
| 1076 top: 1px; | |
| 1077 } | 1075 } |
| 1078 | 1076 |
| 1079 #list-container li.table-row:hover .file-checkbox, | 1077 #list-container li.table-row:hover .file-checkbox, |
| 1080 #list-container li.table-row:hover .pin, | 1078 #list-container li.table-row:hover .pin, |
| 1081 #list-container li.thumbnail-item:hover .file-checkbox { | 1079 #list-container li.thumbnail-item:hover .file-checkbox { |
| 1082 opacity: 0.6; | 1080 opacity: 0.6; |
| 1083 } | 1081 } |
| 1084 | 1082 |
| 1085 #list-container li.table-row[selected] .file-checkbox, | 1083 #list-container li.table-row[selected] .file-checkbox, |
| 1086 #list-container li.table-row[selected] .pin, | 1084 #list-container li.table-row[selected] .pin, |
| (...skipping 539 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1626 | 1624 |
| 1627 #default-action-dialog { | 1625 #default-action-dialog { |
| 1628 min-width: 300px; | 1626 min-width: 300px; |
| 1629 width: auto; | 1627 width: auto; |
| 1630 } | 1628 } |
| 1631 | 1629 |
| 1632 .drive-welcome-wrapper { | 1630 .drive-welcome-wrapper { |
| 1633 /* drive_welcome.css will override it once loaded. */ | 1631 /* drive_welcome.css will override it once loaded. */ |
| 1634 display: none; | 1632 display: none; |
| 1635 } | 1633 } |
| OLD | NEW |