Index: chrome/browser/resources/ntp4/bookmarks_page.css |
=================================================================== |
--- chrome/browser/resources/ntp4/bookmarks_page.css (revision 98871) |
+++ chrome/browser/resources/ntp4/bookmarks_page.css (working copy) |
@@ -46,11 +46,9 @@ |
.bookmark .color-stripe { |
border-bottom-left-radius: 3px 3px; |
border-bottom-right-radius: 3px 3px; |
- /* Matches height of title. */ |
- bottom: 23px; |
+ bottom: 33px; |
height: 3px; |
- /* Matches padding-top of the title. */ |
- margin-bottom: 8px; |
+ opacity: 0.5; |
position: absolute; |
width: 100%; |
z-index: 100; |
@@ -60,8 +58,9 @@ |
cursor: pointer; |
display: block; |
height: 23px; |
+ line-height: 23px; |
overflow: hidden; |
- padding-top: 8px; |
+ padding-top: 10px; |
text-align: center; |
text-decoration: none; |
text-overflow: ellipsis; |
@@ -77,7 +76,7 @@ |
position: relative; |
z-index: 5; |
-webkit-box-flex: 1; |
- -webkit-transition: background-color .15s; |
+ -webkit-transition: background-color .15s; |
} |
.bookmark:hover .button { |