| 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;
|
| }
|
|
|
|
|