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

Unified Diff: chrome/browser/resources/ntp_search/most_visited_page.css

Issue 10907065: NTP5: Fix page blacklisting and remove recently closed tabs when they're clicked. Fix the styling … (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Rebase and respond to Evan's comments. Created 8 years, 3 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/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;
}
« no previous file with comments | « chrome/browser/resources/ntp_search/mock/debug.css ('k') | chrome/browser/resources/ntp_search/most_visited_page.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698