| 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..747d206777b5c7c36b1f7da110383ed3727e3be2 100644
|
| --- a/chrome/browser/resources/ntp4/suggestions_page.css
|
| +++ b/chrome/browser/resources/ntp4/suggestions_page.css
|
| @@ -59,11 +59,9 @@ html[dir='rtl'] .suggestions .favicon {
|
| .suggestions .color-stripe {
|
| border-bottom-left-radius: 3px 3px;
|
| border-bottom-right-radius: 3px 3px;
|
| - /* Matches height of title. */
|
| - bottom: 23px;
|
| + /* Matches height of title plus height of score. */
|
| + 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;
|
|
|