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

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

Issue 10115001: Added page score to the ntp suggestions tab. (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: Created 8 years, 8 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
Index: chrome/browser/resources/ntp4/suggestions_page.css
diff --git a/chrome/browser/resources/ntp4/suggestions_page.css b/chrome/browser/resources/ntp4/suggestions_page.css
index 16ad4a68a0626fe9261bedc1043c9d38353dafe2..0d67e9d92e03e65e14f9a950e4d8ce768313d192 100644
--- a/chrome/browser/resources/ntp4/suggestions_page.css
+++ b/chrome/browser/resources/ntp4/suggestions_page.css
@@ -60,10 +60,8 @@ html[dir='rtl'] .suggestions .favicon {
border-bottom-left-radius: 3px 3px;
border-bottom-right-radius: 3px 3px;
/* Matches height of title. */
- bottom: 23px;
+ bottom: 36px;
height: 3px;
- /* Matches padding-top of the title. */
- margin-bottom: 8px;
position: absolute;
width: 100%;
z-index: 10;
@@ -71,14 +69,20 @@ html[dir='rtl'] .suggestions .favicon {
.suggestions .title {
display: block;
- height: 23px;
+ height: 18px;
overflow: hidden;
- padding-top: 8px;
text-align: center;
text-overflow: ellipsis;
white-space: nowrap;
}
+.suggestions .score {
+ display: block;
+ height: 18px;
+ overflow: hidden;
+ text-align: center;
+}
+
.suggestions:focus .thumbnail,
.suggestions:hover .thumbnail {
opacity: 0.95;

Powered by Google App Engine
This is Rietveld 408576698