Index: chrome/browser/resources/ntp_search/most_visited_page.css |
diff --git a/chrome/browser/resources/ntp_search/most_visited_page.css b/chrome/browser/resources/ntp_search/most_visited_page.css |
index 112d14be380b905e7ed878e5bfa2c6ff2726254c..04954f40939f8d1e3095793adaf86fd07acd099f 100644 |
--- a/chrome/browser/resources/ntp_search/most_visited_page.css |
+++ b/chrome/browser/resources/ntp_search/most_visited_page.css |
@@ -14,7 +14,6 @@ |
display: inline-block; |
height: 16px; |
padding: 0; |
- position: absolute; |
width: 16px; |
z-index: 999; |
} |
@@ -40,6 +39,7 @@ |
.thumbnail .close-button { |
-webkit-transition: opacity 500ms ease-in-out; |
opacity: 0; |
+ position: absolute; |
right: 2px; |
top: 2px; |
} |