Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(535)

Side by Side Diff: chrome/browser/resources/file_manager/css/file_manager.css

Issue 10850038: Drive: Add "Clear Local Cache" in the Gear menu to clear all local cache of Drive. (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: Created 8 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
OLDNEW
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 1288 matching lines...) Expand 10 before | Expand all | Expand 10 after
1299 1299
1300 body[ash] .dialog-title, 1300 body[ash] .dialog-title,
1301 body[type='full-page'] [invisibleif='full-page'], 1301 body[type='full-page'] [invisibleif='full-page'],
1302 body:not([type='full-page']) [visibleif='full-page'], 1302 body:not([type='full-page']) [visibleif='full-page'],
1303 body:not([type='saveas-file']) [visibleif='saveas-file'], 1303 body:not([type='saveas-file']) [visibleif='saveas-file'],
1304 body:not([type='saveas-file']):not([type='full-page']) 1304 body:not([type='saveas-file']):not([type='full-page'])
1305 [visibleif='saveas-file full-page'] { 1305 [visibleif='saveas-file full-page'] {
1306 display: none; 1306 display: none;
1307 } 1307 }
1308 1308
1309 body:not([ctrl-pressing]) [visibleif='ctrl'] {
1310 display: none;
1311 }
1312
1309 #gdata-settings { 1313 #gdata-settings {
1310 background-image: url('../images/files/ui/settings.svg'); 1314 background-image: url('../images/files/ui/settings.svg');
1311 background-position: 20px center; 1315 background-position: 20px center;
1312 background-repeat: no-repeat; 1316 background-repeat: no-repeat;
1313 overflow: hidden; 1317 overflow: hidden;
1314 text-align: left; 1318 text-align: left;
1315 width: 54px; 1319 width: 54px;
1316 } 1320 }
1317 1321
1318 #gdata-settings span.disclosureindicator { 1322 #gdata-settings span.disclosureindicator {
(...skipping 145 matching lines...) Expand 10 before | Expand all | Expand 10 after
1464 height: 100%; 1468 height: 100%;
1465 } 1469 }
1466 1470
1467 #list-container .table-header-cell:hover { 1471 #list-container .table-header-cell:hover {
1468 background-color: #f2f2f2; 1472 background-color: #f2f2f2;
1469 } 1473 }
1470 1474
1471 button:focus { 1475 button:focus {
1472 outline-color: rgb(77, 144, 254); 1476 outline-color: rgb(77, 144, 254);
1473 } 1477 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698