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; |
} |