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

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

Issue 3074021: Prettify blocked plugin HTML UI (Closed) Base URL: git://codf21.jail/chromium.git
Patch Set: Created 10 years, 5 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
« no previous file with comments | « 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/blocked_plugin.html
diff --git a/chrome/renderer/resources/blocked_plugin.html b/chrome/renderer/resources/blocked_plugin.html
index bf97d5ed02803f72b29afc012c8f41529d206494..4310e98deba204f9d69e0314ddd76a24a78aec08 100644
--- a/chrome/renderer/resources/blocked_plugin.html
+++ b/chrome/renderer/resources/blocked_plugin.html
@@ -9,6 +9,21 @@ body {
font-family: sans-serif;
}
+h1 {
+ padding: 0pt 14pt;
+ font-size: 14pt;
+ color: blue;
Pam (message me for reviews) 2010/08/04 18:22:43 Do we have any mechanism for allowing users to ove
+}
+
+#outer:hover h1 {
+ text-decoration: underline;
+}
+
+p {
+ padding: 0pt 14pt;
+ font-size: 8pt;
+}
+
#outer {
width: 100%;
height: 100%;
@@ -50,7 +65,8 @@ body {
<div id="bottom"></div>
<div id="inner">
<div><img src="../../app/theme/extensions_section.png" /></div>
-<p i18n-content="loadPlugin">LOAD_PLUGIN</p>
+<h1 i18n-content="loadPlugin">PLUGIN_LOAD</h1>
+<p><span class="help" i18n-content="message">BLOCKED_PLUGINS_TITLE</span></p>
</div>
</div>
</body>
« no previous file with comments | « chrome/renderer/blocked_plugin.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698