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

Unified Diff: chrome/browser/resources/ssl/blocking.html

Issue 220593006: Fix one of the SSL error pages to work with the new neterror CSS file. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: merge Created 6 years, 7 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 | « no previous file | chrome/renderer/resources/neterror.css » ('j') | chrome/renderer/resources/neterror.css » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/resources/ssl/blocking.html
===================================================================
--- chrome/browser/resources/ssl/blocking.html (revision 268594)
+++ chrome/browser/resources/ssl/blocking.html (working copy)
@@ -24,8 +24,10 @@
</h1>
<p i18n-values=".innerHTML:message" class="explanation-par"></p>
<div id="buttons">
- <button id="reload-button" i18n-content="reloadMsg"></button>
- <button id="more-less-button" i18n-content="more"></button>
+ <button id="reload-button" i18n-content="reloadMsg"
+ class="blue-button text-button"></button>
+ <button id="more-less-button" i18n-content="more"
+ class="text-button"></button>
</div>
</div>
<div id="help-box-outer" class="hidden">
« no previous file with comments | « no previous file | chrome/renderer/resources/neterror.css » ('j') | chrome/renderer/resources/neterror.css » ('J')

Powered by Google App Engine
This is Rietveld 408576698