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

Unified Diff: chrome/browser/resources/options2/certificate_edit_ca_trust_overlay.html

Issue 10260016: Standardize formatting of certificate authority trust overlay. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Fix title of the certificate manager dialog. Created 8 years, 8 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/options2/certificate_edit_ca_trust_overlay.html
diff --git a/chrome/browser/resources/options2/certificate_edit_ca_trust_overlay.html b/chrome/browser/resources/options2/certificate_edit_ca_trust_overlay.html
index c705bd36497ae01eca7f21d0947690d17b55021c..d875c27dbbf4f171c9c1d877eaaed95c3cf1c548 100644
--- a/chrome/browser/resources/options2/certificate_edit_ca_trust_overlay.html
+++ b/chrome/browser/resources/options2/certificate_edit_ca_trust_overlay.html
@@ -1,27 +1,31 @@
<div id="certificateEditCaTrustOverlay" class="page" hidden>
+ <h1><span i18n-content="certificateEditCaTitle"></span></h1>
<div class="close-button"></div>
<div class="content-area">
- <p>
+ <div>
<span id="certificateEditCaTrustDescription"></span>
- </p>
- <p>
- <span i18n-content="certificateEditTrustLabel"></span>
- <br>
- <label id="certificateCaTrustSSLLabel">
- <input id="certificateCaTrustSSLCheckbox" type="checkbox">
- <span i18n-content="certificateCaTrustSSLLabel"></span>
- </label>
- <br>
- <label id="certificateCaTrustEmailLabel">
- <input id="certificateCaTrustEmailCheckbox" type="checkbox">
- <span i18n-content="certificateCaTrustEmailLabel"></span>
- </label>
- <br>
- <label id="certificateCaTrustObjSignLabel">
- <input id="certificateCaTrustObjSignCheckbox" type="checkbox">
- <span i18n-content="certificateCaTrustObjSignLabel"></span>
- </label>
- </p>
+ </div>
+ <section>
+ <h3><span i18n-content="certificateEditTrustLabel"></span></h3>
+ <div class="checkbox">
+ <label id="certificateCaTrustSSLLabel">
+ <input id="certificateCaTrustSSLCheckbox" type="checkbox">
+ <span i18n-content="certificateCaTrustSSLLabel"></span>
+ </label>
+ </div>
+ <div class="checkbox">
+ <label id="certificateCaTrustEmailLabel">
+ <input id="certificateCaTrustEmailCheckbox" type="checkbox">
+ <span i18n-content="certificateCaTrustEmailLabel"></span>
+ </label>
+ </div>
+ <div class="checkbox">
+ <label id="certificateCaTrustObjSignLabel">
+ <input id="certificateCaTrustObjSignCheckbox" type="checkbox">
+ <span i18n-content="certificateCaTrustObjSignLabel"></span>
+ </label>
+ </div>
+ </section>
</div>
<div class="action-area">
<div class="button-strip">
« no previous file with comments | « chrome/app/generated_resources.grd ('k') | chrome/browser/ui/webui/options2/certificate_manager_handler2.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698