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

Unified Diff: components/security_interstitials/core/browser/resources/interstitial_v2.html

Issue 2566983005: Make the extended reporting opt-in checkbox into a flexbox. (Closed)
Patch Set: Fix top on .checkbox Created 4 years 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 | « components/security_interstitials/core/browser/resources/interstitial_v2.css ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/security_interstitials/core/browser/resources/interstitial_v2.html
diff --git a/components/security_interstitials/core/browser/resources/interstitial_v2.html b/components/security_interstitials/core/browser/resources/interstitial_v2.html
index 401060efc4361311c34823917a4d510d4be35c24..9a3ad69443383aa8a03bda08e4a6dd243299d8ad 100644
--- a/components/security_interstitials/core/browser/resources/interstitial_v2.html
+++ b/components/security_interstitials/core/browser/resources/interstitial_v2.html
@@ -27,8 +27,10 @@
</div>
<div id="extended-reporting-opt-in" class="hidden">
<label>
- <input type="checkbox" id="opt-in-checkbox">
- <span class="checkbox"></span>
+ <div class="checkboxes">
+ <input type="checkbox" id="opt-in-checkbox">
+ <span class="checkbox"></span>
+ </div>
<span id="opt-in-label"></span>
</label>
</div>
« no previous file with comments | « components/security_interstitials/core/browser/resources/interstitial_v2.css ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698