Chromium Code Reviews| Index: chrome/browser/resources/history/history.css |
| diff --git a/chrome/browser/resources/history/history.css b/chrome/browser/resources/history/history.css |
| index 95c5133ff450a5d7ee97bd6b037be9b067eacfc3..9a08218e0ef4cba6ba7fae9f4b59c275a07e1d5e 100644 |
| --- a/chrome/browser/resources/history/history.css |
| +++ b/chrome/browser/resources/history/history.css |
| @@ -299,11 +299,11 @@ h2.timeframe { |
| } |
| .entry .domain { |
| + -webkit-padding-end: 6px; |
| + -webkit-padding-start: 2px; |
| color: rgb(151, 156, 160); |
| min-width: -webkit-min-content; |
| overflow: hidden; |
| - padding-left: 6px; |
| - padding-right: 6px; |
| white-space: nowrap; |
| } |
| @@ -447,7 +447,7 @@ html[dir='rtl'] .site-domain { |
| .entry .visit-entry, |
| .site-domain { |
| /* Make room for the favicon. */ |
| - -webkit-padding-start: 20px; |
| + -webkit-padding-start: 16px; |
| /* Control the favicon appearance. */ |
| background-position-y: center; |
| @@ -492,11 +492,11 @@ html .expand .site-domain-arrow { |
| .entry .bookmark-section { |
| -webkit-margin-end: 3px; |
| -webkit-margin-start: 8px; |
| - background: |
| - url(../../../../ui/webui/resources/images/star_small.png) no-repeat; |
| + background: no-repeat center center |
|
Evan Stade
2014/09/05 17:32:48
do you need both centers here?
Dan Beam
2014/09/05 17:56:31
yes (for vertical alignment, default is 0%)
Dan Beam
2014/09/05 18:04:45
annnnnnnnnnnnnnd css is weird (0% is initial, if y
|
| + url(../../../../ui/webui/resources/images/star_small.png); |
| border: none; |
| display: inline-block; |
| - height: 11px; |
| + height: 15px; |
| min-width: 15px; |
| visibility: hidden; |
| } |
| @@ -507,6 +507,8 @@ html .expand .site-domain-arrow { |
| .entry .title > a { |
| color: rgb(48, 57, 66); |
| + margin: 2px; |
| + padding: 2px; |
| text-decoration: none; |
| } |