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

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

Issue 10790100: [File Manager] Support HiDPI images in action picker and default action picker (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Rebase Created 8 years, 5 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 | Annotate | Revision Log
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 633 matching lines...) Expand 10 before | Expand all | Expand 10 after
644 } 644 }
645 645
646 /* Padding counterweights negative margins of items, thus eliminating scroll 646 /* Padding counterweights negative margins of items, thus eliminating scroll
647 bar when it's not needed. Max height is set to fit 8 items before showing 647 bar when it's not needed. Max height is set to fit 8 items before showing
648 scroll bar. */ 648 scroll bar. */
649 #default-actions-list { 649 #default-actions-list {
650 max-height: 328px; 650 max-height: 328px;
651 padding: 1px 0; 651 padding: 1px 0;
652 } 652 }
653 653
654 #default-actions-list > li { 654 #default-actions-list > li > * {
655 display: -webkit-box; 655 background-position: 5px center;
656 background-repeat: no-repeat;
657 background-size: 16px 16px;
658 padding-left: 26px;
656 } 659 }
657 660
658 #default-actions-list > li > * {
659 display: block;
660 padding: 0 5px;
661 }
662
663 #default-actions-list > li > img {
664 height: 16px;
665 padding-top: 12px;
666 }
667
668
669 #list-container list > *, 661 #list-container list > *,
670 #list-container grid > *, 662 #list-container grid > *,
671 #default-actions-list > * { 663 #default-actions-list > * {
672 background-image: none; 664 background-image: none;
673 border-radius: 0; 665 border-radius: 0;
674 line-height: 30px; 666 line-height: 30px;
675 } 667 }
676 668
677 #list-container list > [selected], 669 #list-container list > [selected],
678 #list-container grid > [selected], 670 #list-container grid > [selected],
(...skipping 727 matching lines...) Expand 10 before | Expand all | Expand 10 after
1406 width: 50%; 1398 width: 50%;
1407 } 1399 }
1408 1400
1409 #list-container .table-header-inner { 1401 #list-container .table-header-inner {
1410 height: 100%; 1402 height: 100%;
1411 } 1403 }
1412 1404
1413 #list-container .table-header-cell:hover { 1405 #list-container .table-header-cell:hover {
1414 background-color: #f2f2f2; 1406 background-color: #f2f2f2;
1415 } 1407 }
OLDNEW
« no previous file with comments | « chrome/browser/resources/file_manager/css/combobutton.css ('k') | chrome/browser/resources/file_manager/css/file_types.css » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698