| Index: chrome/browser/resources/options/certificate_edit_ca_trust_overlay.html
|
| diff --git a/chrome/browser/resources/options/certificate_edit_ca_trust_overlay.html b/chrome/browser/resources/options/certificate_edit_ca_trust_overlay.html
|
| index 179566bd7d1c205585a61d38c0fb2e7b4613221a..b45bfc990108331febcb7271f558b5121ed8055b 100644
|
| --- a/chrome/browser/resources/options/certificate_edit_ca_trust_overlay.html
|
| +++ b/chrome/browser/resources/options/certificate_edit_ca_trust_overlay.html
|
| @@ -1,4 +1,4 @@
|
| -<div class="page" id="certificateEditCaTrustOverlay" hidden>
|
| +<div id="certificateEditCaTrustOverlay" class="page" hidden>
|
| <div class="content-area">
|
| <p>
|
| <span id="certificateEditCaTrustDescription"></span>
|
| @@ -7,26 +7,26 @@
|
| <span i18n-content="certificateEditTrustLabel"></span>
|
| <br>
|
| <label id="certificateCaTrustSSLLabel">
|
| - <input type="checkbox" id="certificateCaTrustSSLCheckbox">
|
| + <input id="certificateCaTrustSSLCheckbox" type="checkbox">
|
| <span i18n-content="certificateCaTrustSSLLabel"></span>
|
| </label>
|
| <br>
|
| <label id="certificateCaTrustEmailLabel">
|
| - <input type="checkbox" id="certificateCaTrustEmailCheckbox">
|
| + <input id="certificateCaTrustEmailCheckbox" type="checkbox">
|
| <span i18n-content="certificateCaTrustEmailLabel"></span>
|
| </label>
|
| <br>
|
| <label id="certificateCaTrustObjSignLabel">
|
| - <input type="checkbox" id="certificateCaTrustObjSignCheckbox">
|
| + <input id="certificateCaTrustObjSignCheckbox" type="checkbox">
|
| <span i18n-content="certificateCaTrustObjSignLabel"></span>
|
| </label>
|
| </p>
|
| </div>
|
| <div class="action-area">
|
| <div class="button-strip">
|
| - <button type="reset" id="certificateEditCaTrustCancelButton"
|
| + <button id="certificateEditCaTrustCancelButton" type="reset"
|
| i18n-content="cancel"></button>
|
| - <button type="submit" id="certificateEditCaTrustOkButton"
|
| + <button id="certificateEditCaTrustOkButton" type="submit"
|
| i18n-content="ok"></button>
|
| </div>
|
| </div>
|
|
|