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

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

Issue 11445009: NTP5: Reuse insertion/removal animations for Apps. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: NTP5: Reuse insertion/removal animations for Apps Created 8 years 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 | « no previous file | chrome/browser/resources/ntp_search/apps_page.js » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/resources/ntp_search/apps_page.css
diff --git a/chrome/browser/resources/ntp_search/apps_page.css b/chrome/browser/resources/ntp_search/apps_page.css
index 8bce3f54119f4725c71fdef64a3a3d8623d1bd6a..40b3ba129e23fda7e5f3f44739d45b2f0e9dc1bf 100644
--- a/chrome/browser/resources/ntp_search/apps_page.css
+++ b/chrome/browser/resources/ntp_search/apps_page.css
@@ -3,8 +3,10 @@
* found in the LICENSE file. */
.apps-page .tile-cell {
- -webkit-margin-start: 22px;
+ -webkit-margin-start: 20px;
+ height: 70px;
margin-bottom: 12px;
+ width: 70px;
}
.apps-page .tile-cell:first-child {
@@ -14,6 +16,7 @@
.apps-page .app {
display: block;
height: 70px;
+ margin-top: 8px;
outline: none;
text-align: center;
width: 70px;
« no previous file with comments | « no previous file | chrome/browser/resources/ntp_search/apps_page.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698