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

Unified 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: Correct base 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 side-by-side diff with in-line comments
Download patch
Index: chrome/browser/resources/file_manager/css/file_manager.css
diff --git a/chrome/browser/resources/file_manager/css/file_manager.css b/chrome/browser/resources/file_manager/css/file_manager.css
index 341ead630dbec891f027e29cb621a15f9a405a95..f1275b4004170b2975798206ecbcc6ba0fc80235 100644
--- a/chrome/browser/resources/file_manager/css/file_manager.css
+++ b/chrome/browser/resources/file_manager/css/file_manager.css
@@ -651,21 +651,13 @@ body[type='full-page'] .thumbnail-grid .thumbnail-bottom {
padding: 1px 0;
}
-#default-actions-list > li {
- display: -webkit-box;
-}
-
#default-actions-list > li > * {
- display: block;
- padding: 0 5px;
-}
-
-#default-actions-list > li > img {
- height: 16px;
- padding-top: 12px;
+ background-position: 5px center;
+ background-repeat: no-repeat;
+ background-size: 16px 16px;
+ padding-left: 26px;
}
-
#list-container list > *,
#list-container grid > *,
#default-actions-list > * {

Powered by Google App Engine
This is Rietveld 408576698