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

Unified Diff: chrome/renderer/resources/outdated_plugin.html

Issue 5275007: Add the ability to remove blocked plugin containers from the page. For now,... (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Created 10 years, 1 month 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
« chrome/renderer/blocked_plugin.cc ('K') | « chrome/renderer/blocked_plugin.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/renderer/resources/outdated_plugin.html
===================================================================
--- chrome/renderer/resources/outdated_plugin.html (revision 67330)
+++ chrome/renderer/resources/outdated_plugin.html (working copy)
@@ -26,6 +26,10 @@
visibility: visible;
}
+#outer:hover img {
Bernhard Bauer 2010/11/29 21:02:49 Nit: Could you join these two selectors?
Chris Evans 2010/11/30 03:17:48 Done.
+ visibility: visible;
+}
+
#plugin_icon {
opacity: .6;
}
@@ -48,6 +52,14 @@
top: 50%;
margin-top: -70px;
}
+
+#close {
+ visibility: hidden;
+ cursor: pointer;
+ position: absolute;
+ right: 0px;
+ top: 0px;
+}
</style>
</head>
@@ -59,6 +71,7 @@
<h1 i18n-content="name">PLUGIN_NAME</h1>
<p id="debug"> </p>
</div>
+<img id="close" onclick="plugin.hide();" src="../../browser/resources/ntp/ntp_close_p.png">
</div>
</body>
</html>
« chrome/renderer/blocked_plugin.cc ('K') | « chrome/renderer/blocked_plugin.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698