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

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

Issue 11414140: [filemanager] Context menu command to pin/unpin file on Drive. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Created 8 years, 1 month 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 | Annotate | Revision Log
« no previous file with comments | « no previous file | chrome/browser/resources/file_manager/js/file_manager.js » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 { 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 1255 matching lines...) Expand 10 before | Expand all | Expand 10 after
1266 #drag-image-container .img-container { 1266 #drag-image-container .img-container {
1267 height: 112px; 1267 height: 112px;
1268 margin: 4px; 1268 margin: 4px;
1269 width: 112px; 1269 width: 112px;
1270 } 1270 }
1271 1271
1272 menu.file-context-menu { 1272 menu.file-context-menu {
1273 z-index: 4; 1273 z-index: 4;
1274 } 1274 }
1275 1275
1276 menu.chrome-menu > hr {
1277 color: transparent;
1278 font-size: 0;
1279 }
1280
1276 input.common.pin[type='checkbox']:checked::after { 1281 input.common.pin[type='checkbox']:checked::after {
1277 background-image: -webkit-image-set( 1282 background-image: -webkit-image-set(
1278 url('../images/files/ui/pin.png') 1x, 1283 url('../images/files/ui/pin.png') 1x,
1279 url('../images/files/ui/2x/pin.png') 2x); 1284 url('../images/files/ui/2x/pin.png') 2x);
1280 background-position: 4px 0; 1285 background-position: 4px 0;
1281 } 1286 }
1282 1287
1283 div.offline { 1288 div.offline {
1284 -webkit-box-pack: center; 1289 -webkit-box-pack: center;
1285 display: -webkit-box; 1290 display: -webkit-box;
(...skipping 298 matching lines...) Expand 10 before | Expand all | Expand 10 after
1584 1589
1585 #default-action-dialog { 1590 #default-action-dialog {
1586 min-width: 300px; 1591 min-width: 300px;
1587 width: auto; 1592 width: auto;
1588 } 1593 }
1589 1594
1590 .gdrive-welcome-wrapper { 1595 .gdrive-welcome-wrapper {
1591 /* gdrive_welcome.css will override it once loaded. */ 1596 /* gdrive_welcome.css will override it once loaded. */
1592 display: none; 1597 display: none;
1593 } 1598 }
OLDNEW
« no previous file with comments | « no previous file | chrome/browser/resources/file_manager/js/file_manager.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698