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

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

Issue 12217033: filemanager: Update the icons in the left nav. (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: jfyi, follow file namings. Created 7 years, 10 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
« no previous file with comments | « no previous file | chrome/browser/resources/file_manager/images/files/volumes/2x/archive.png » ('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 237 matching lines...) Expand 10 before | Expand all | Expand 10 after
248 } 248 }
249 249
250 li.root-item > .root-label { 250 li.root-item > .root-label {
251 -webkit-box-flex: 1; 251 -webkit-box-flex: 1;
252 margin-right: 5px; 252 margin-right: 5px;
253 overflow: hidden; 253 overflow: hidden;
254 text-overflow: ellipsis; 254 text-overflow: ellipsis;
255 white-space: nowrap; 255 white-space: nowrap;
256 } 256 }
257 257
258 .root-label { 258 .volume-icon {
259 -webkit-padding-start: 38px; 259 background-position: center center;
260 background-position: left center;
261 background-repeat: no-repeat; 260 background-repeat: no-repeat;
261 height: 24px;
262 width: 24px;
262 } 263 }
263 264
264 div.root-eject { 265 div.root-eject {
265 /* The transition commented out to work around crbug.com/157813 */ 266 /* The transition commented out to work around crbug.com/157813 */
266 /*-webkit-transition: opacity 70ms linear;*/ 267 /*-webkit-transition: opacity 70ms linear;*/
267 background-image: -webkit-image-set( 268 background-image: -webkit-image-set(
268 url('../images/files/ui/eject.png') 1x, 269 url('../images/files/ui/eject.png') 1x,
269 url('../images/files/ui/2x/eject.png') 2x); 270 url('../images/files/ui/2x/eject.png') 2x);
270 background-position: center center; 271 background-position: center center;
271 background-repeat: no-repeat; 272 background-repeat: no-repeat;
(...skipping 1361 matching lines...) Expand 10 before | Expand all | Expand 10 after
1633 1634
1634 #default-action-dialog { 1635 #default-action-dialog {
1635 min-width: 300px; 1636 min-width: 300px;
1636 width: auto; 1637 width: auto;
1637 } 1638 }
1638 1639
1639 .drive-welcome-wrapper { 1640 .drive-welcome-wrapper {
1640 /* drive_welcome.css will override it once loaded. */ 1641 /* drive_welcome.css will override it once loaded. */
1641 display: none; 1642 display: none;
1642 } 1643 }
OLDNEW
« no previous file with comments | « no previous file | chrome/browser/resources/file_manager/images/files/volumes/2x/archive.png » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698