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 1167 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1178 body[ash] .dialog-title, | 1178 body[ash] .dialog-title, |
1179 body[type='full-page'] [invisibleif='full-page'], | 1179 body[type='full-page'] [invisibleif='full-page'], |
1180 body:not([type='full-page']) [visibleif='full-page'], | 1180 body:not([type='full-page']) [visibleif='full-page'], |
1181 body:not([type='saveas-file']) [visibleif='saveas-file'], | 1181 body:not([type='saveas-file']) [visibleif='saveas-file'], |
1182 body:not([type='saveas-file']):not([type='full-page']) | 1182 body:not([type='saveas-file']):not([type='full-page']) |
1183 [visibleif='saveas-file full-page'] { | 1183 [visibleif='saveas-file full-page'] { |
1184 display: none; | 1184 display: none; |
1185 } | 1185 } |
1186 | 1186 |
1187 #gdata-settings { | 1187 #gdata-settings { |
| 1188 overflow: hidden; |
1188 text-align: left; | 1189 text-align: left; |
| 1190 width: 54px; |
1189 } | 1191 } |
1190 | 1192 |
1191 #gdata-settings img { | 1193 #gdata-settings img { |
1192 margin-left: 12px; | 1194 margin-left: 12px; |
1193 } | 1195 } |
1194 | 1196 |
1195 #gdata-settings span.disclosureindicator { | 1197 #gdata-settings span.disclosureindicator { |
1196 float: none; | 1198 float: none; |
1197 margin-left: 1px; | 1199 margin-left: 1px; |
1198 } | 1200 } |
(...skipping 91 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1290 left: 0; | 1292 left: 0; |
1291 padding: 10px; | 1293 padding: 10px; |
1292 position: absolute; | 1294 position: absolute; |
1293 right: 0; | 1295 right: 0; |
1294 top: 28px; /* Leave room for the file list header. */ | 1296 top: 28px; /* Leave room for the file list header. */ |
1295 } | 1297 } |
1296 | 1298 |
1297 .dialog-container:not([gdrive-welcome='page']) #no-search-results[show] { | 1299 .dialog-container:not([gdrive-welcome='page']) #no-search-results[show] { |
1298 display: block; | 1300 display: block; |
1299 } | 1301 } |
OLD | NEW |