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"> |