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

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

Issue 6372010: DOMUI: Refactor the new overlay style and apply it to all overlays. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 9 years, 11 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/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 e3e5f6f070005394c42495e0878a60603e4a08a7..d928dded866058691863908762e563eb1e4b00b1 100644
--- a/chrome/browser/resources/options/certificate_edit_ca_trust_overlay.html
+++ b/chrome/browser/resources/options/certificate_edit_ca_trust_overlay.html
@@ -1,31 +1,36 @@
<div class="page hidden" id="certificateEditCaTrustOverlay">
- <p>
- <span id="certificateEditCaTrustDescription"></span>
- </p>
-
- <p>
- <span i18n-content="certificateEditTrustLabel"></span>
- <br>
- <label id="certificateCaTrustSSLLabel">
- <input type="checkbox" id="certificateCaTrustSSLCheckbox">
- <span i18n-content="certificateCaTrustSSLLabel"></span>
- </label>
- <br>
- <label id="certificateCaTrustEmailLabel">
- <input type="checkbox" id="certificateCaTrustEmailCheckbox">
- <span i18n-content="certificateCaTrustEmailLabel"></span>
- </label>
- <br>
- <label id="certificateCaTrustObjSignLabel">
- <input type="checkbox" id="certificateCaTrustObjSignCheckbox">
- <span i18n-content="certificateCaTrustObjSignLabel"></span>
- </label>
- </p>
-
- <div class="action-area button-strip">
- <button type="reset" id="certificateEditCaTrustCancelButton"
- i18n-content="cancel"></button>
- <button type="submit" id="certificateEditCaTrustOkButton"
- i18n-content="ok"></button>
+ <div class="content-area">
+ <p>
+ <span id="certificateEditCaTrustDescription"></span>
+ </p>
+ <p>
+ <span i18n-content="certificateEditTrustLabel"></span>
+ <br>
+ <label id="certificateCaTrustSSLLabel">
+ <input type="checkbox" id="certificateCaTrustSSLCheckbox">
+ <span i18n-content="certificateCaTrustSSLLabel"></span>
+ </label>
+ <br>
+ <label id="certificateCaTrustEmailLabel">
+ <input type="checkbox" id="certificateCaTrustEmailCheckbox">
+ <span i18n-content="certificateCaTrustEmailLabel"></span>
+ </label>
+ <br>
+ <label id="certificateCaTrustObjSignLabel">
+ <input type="checkbox" id="certificateCaTrustObjSignCheckbox">
+ <span i18n-content="certificateCaTrustObjSignLabel"></span>
+ </label>
+ </p>
+ </div>
+ <div class="action-area">
+ <span class="action-area-left"></span>
+ <span>
+ <div class="button-strip">
+ <button type="reset" id="certificateEditCaTrustCancelButton"
+ i18n-content="cancel"></button>
+ <button type="submit" id="certificateEditCaTrustOkButton"
+ i18n-content="ok"></button>
+ </div>
+ </span>
</div>
</div>

Powered by Google App Engine
This is Rietveld 408576698