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

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

Issue 7776020: Revert 98859 - [ntp4] More UI refinements. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: 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/resources/ntp4/bookmarks_page.js ('k') | chrome/browser/resources/ntp4/most_visited_page.js » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/resources/ntp4/most_visited_page.css
===================================================================
--- chrome/browser/resources/ntp4/most_visited_page.css (revision 98871)
+++ chrome/browser/resources/ntp4/most_visited_page.css (working copy)
@@ -62,10 +62,11 @@
.most-visited .favicon {
background: no-repeat 5px 50%;
+ background-size: 32px;
bottom: 7px;
box-sizing: border-box;
display: block;
- height: 16px;
+ height: 32px;
position: absolute;
width: 100%;
}
@@ -76,8 +77,7 @@
/* Matches height of title. */
bottom: 23px;
height: 3px;
- /* Matches padding-top of the title. */
- margin-bottom: 8px;
+ opacity: 0.5;
position: absolute;
width: 100%;
z-index: 100;
@@ -86,8 +86,8 @@
.most-visited .title {
display: block;
height: 23px;
+ line-height: 23px;
overflow: hidden;
- padding-top: 8px;
text-align: center;
text-overflow: ellipsis;
white-space: nowrap;
« no previous file with comments | « chrome/browser/resources/ntp4/bookmarks_page.js ('k') | chrome/browser/resources/ntp4/most_visited_page.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698