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

Unified Diff: chrome/browser/resources/ntp4/apps_page.css

Issue 7553020: Revert 94715 - Revert 94714 - Improve layout for bookmark-apps. Add treatment for small icons. (Closed) Base URL: http://git.chromium.org/git/chromium.git@trunk
Patch Set: Merging to head Created 9 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « chrome/browser/extensions/extensions_ui.cc ('k') | chrome/browser/resources/ntp4/apps_page.js » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/resources/ntp4/apps_page.css
diff --git a/chrome/browser/resources/ntp4/apps_page.css b/chrome/browser/resources/ntp4/apps_page.css
index 544d9b1fc5114a76dd3725b58a462c34cf2ae147..aff305b2b2952536b7b62a0b8406df9e30bee28d 100644
--- a/chrome/browser/resources/ntp4/apps_page.css
+++ b/chrome/browser/resources/ntp4/apps_page.css
@@ -27,6 +27,24 @@
-webkit-mask-size: 100% 100%;
}
+.app-icon-div {
+ /* TODO(gbillock): find a better style for this div. Better border color? */
+ border: 1px solid gray;
+ border-radius: 4px;
+ cursor: pointer;
+ display: -webkit-box;
+ /* 96px is the suggested "filled" icon size for Chrome apps */
+ height: 96px;
+ margin-bottom: 15px;
+ margin-left: auto;
+ margin-right: auto;
+ margin-top: 15px;
+ vertical-align: middle;
+ width: 96px;
+ -webkit-box-align: center;
+ -webkit-box-pack: center;
+}
+
.app-context-menu > button:first-child {
font-weight: bold;
}
« no previous file with comments | « chrome/browser/extensions/extensions_ui.cc ('k') | chrome/browser/resources/ntp4/apps_page.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698