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

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

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 | « no previous file | components/security_interstitials/core/browser/resources/interstitial_v2.html » ('j') | 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.css
diff --git a/components/security_interstitials/core/browser/resources/interstitial_v2.css b/components/security_interstitials/core/browser/resources/interstitial_v2.css
index 014d7bd49daa4c70c28154050d36bbc3263fd27c..d67982a7eddfa61f62c75c47bf46566ad0fa5348 100644
--- a/components/security_interstitials/core/browser/resources/interstitial_v2.css
+++ b/components/security_interstitials/core/browser/resources/interstitial_v2.css
@@ -166,6 +166,8 @@ input[type=checkbox]:focus ~ .checkbox {
#extended-reporting-opt-in label {
position: relative;
+ display: flex;
+ align-items: flex-start;
}
.nav-wrapper {
@@ -235,6 +237,10 @@ input[type=checkbox]:focus ~ .checkbox {
url(images/2x/captive_portal_page_icon.png) 2x);
}
+.checkboxes {
+ flex: 0 0 24px;
+}
+
.checkbox {
background: transparent;
border: 1px solid white;
@@ -244,7 +250,7 @@ input[type=checkbox]:focus ~ .checkbox {
left: 0;
position: absolute;
right: 0;
- top: -1px;
+ top: 3px;
width: 14px;
}
« no previous file with comments | « no previous file | components/security_interstitials/core/browser/resources/interstitial_v2.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698