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

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

Issue 11428075: NTP5: Implementing two rows option for Apps. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: NTP5: Implementing two rows option 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 8a3a96fa8cb6e9858302248efde7f36e94a5b9d8..8bce3f54119f4725c71fdef64a3a3d8623d1bd6a 100644
--- a/chrome/browser/resources/ntp_search/apps_page.css
+++ b/chrome/browser/resources/ntp_search/apps_page.css
@@ -3,7 +3,7 @@
* found in the LICENSE file. */
.apps-page .tile-cell {
- -webkit-margin-start: 12px;
+ -webkit-margin-start: 22px;
margin-bottom: 12px;
}
@@ -22,7 +22,7 @@
.apps-page .app .title {
color: #777;
font-size: 0.9166em;
- margin-top: 2px;
+ margin-top: 4px;
}
.app-contents {
« 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