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

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

Issue 11412214: NTP5: Fine tuning of Apps implementation. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: sync and rebase Created 8 years, 1 month 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/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 f83fe97112a3f99511edd0e7ee1b35805fd61d0d..8a3a96fa8cb6e9858302248efde7f36e94a5b9d8 100644
--- a/chrome/browser/resources/ntp_search/apps_page.css
+++ b/chrome/browser/resources/ntp_search/apps_page.css
@@ -13,15 +13,16 @@
.apps-page .app {
display: block;
- height: 77px;
+ height: 70px;
outline: none;
text-align: center;
- width: 77px;
+ width: 70px;
}
.apps-page .app .title {
color: #777;
font-size: 0.9166em;
+ margin-top: 2px;
}
.app-contents {
« no previous file with comments | « no previous file | chrome/browser/resources/ntp_search/apps_page.js » ('j') | chrome/browser/resources/ntp_search/apps_page.js » ('J')

Powered by Google App Engine
This is Rietveld 408576698