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

Unified Diff: chrome/browser/resources/settings/certificate_manager_page/ca_trust_edit_dialog.html

Issue 2790993002: MD Settings: Tweak margin of "Trust settings" header. (Closed)
Patch Set: Remove unnecessary space. Created 3 years, 9 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 | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/resources/settings/certificate_manager_page/ca_trust_edit_dialog.html
diff --git a/chrome/browser/resources/settings/certificate_manager_page/ca_trust_edit_dialog.html b/chrome/browser/resources/settings/certificate_manager_page/ca_trust_edit_dialog.html
index e801dcb2386da5732d309f8cc74b1c94d49b9eaf..d7a51a8a69dd5f476ad013330ec8de7ba2fce0c2 100644
--- a/chrome/browser/resources/settings/certificate_manager_page/ca_trust_edit_dialog.html
+++ b/chrome/browser/resources/settings/certificate_manager_page/ca_trust_edit_dialog.html
@@ -12,6 +12,10 @@
<style include="settings-shared">
paper-checkbox {
display: block;
+ }
+
+ paper-checkbox,
+ #description {
margin: 15px 0;
}
</style>
@@ -20,7 +24,9 @@
<div class="title">$i18n{certificateManagerCaTrustEditDialogTitle}</div>
<div class="body">
<div>[[explanationText_]]</div>
- <div>$i18n{certificateManagerCaTrustEditDialogDescription}</div>
+ <div id="description">
+ $i18n{certificateManagerCaTrustEditDialogDescription}
+ </div>
<paper-checkbox id="ssl" checked="[[trustInfo_.ssl]]">
$i18n{certificateManagerCaTrustEditDialogSsl}
</paper-checkbox>
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698