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

Side by Side 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: 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 unified diff | Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 /* Copyright 2014 The Chromium Authors. All rights reserved. 1 /* Copyright 2014 The Chromium Authors. All rights reserved.
2 Use of this source code is governed by a BSD-style license that can be 2 Use of this source code is governed by a BSD-style license that can be
3 found in the LICENSE file. */ 3 found in the LICENSE file. */
4 4
5 a { 5 a {
6 color: #585858; 6 color: #585858;
7 } 7 }
8 8
9 .bad-clock .icon { 9 .bad-clock .icon {
10 background-image: -webkit-image-set( 10 background-image: -webkit-image-set(
(...skipping 148 matching lines...) Expand 10 before | Expand all | Expand 10 after
159 display: inline; 159 display: inline;
160 } 160 }
161 161
162 #extended-reporting-opt-in { 162 #extended-reporting-opt-in {
163 font-size: .875em; 163 font-size: .875em;
164 margin-top: 39px; 164 margin-top: 39px;
165 } 165 }
166 166
167 #extended-reporting-opt-in label { 167 #extended-reporting-opt-in label {
168 position: relative; 168 position: relative;
169 display: flex;
170 align-items: flex-start;
171 }
172
173 #opt-in-label {
lgarron 2016/12/12 22:13:37 This is a slightly brittle fix to compensate for t
lpz 2016/12/12 22:30:25 Didn't seem to work. For reference, here's the HTM
edwardjung 2016/12/13 12:14:56 Remove the margins here and add a wrapper to check
lpz 2016/12/13 15:09:49 Awesome thanks. That solves the horizontal alignme
174 margin-left: 1em;
175 margin-top: -5px;
169 } 176 }
170 177
171 .nav-wrapper { 178 .nav-wrapper {
172 margin-top: 51px; 179 margin-top: 51px;
173 } 180 }
174 181
175 .nav-wrapper::after { 182 .nav-wrapper::after {
176 clear: both; 183 clear: both;
177 content: ''; 184 content: '';
178 display: table; 185 display: table;
(...skipping 467 matching lines...) Expand 10 before | Expand all | Expand 10 after
646 width: 100%; 653 width: 100%;
647 } 654 }
648 } 655 }
649 656
650 @media (max-width: 239px) and (orientation: portrait) { 657 @media (max-width: 239px) and (orientation: portrait) {
651 .nav-wrapper { 658 .nav-wrapper {
652 padding-left: 0; 659 padding-left: 0;
653 padding-right: 0; 660 padding-right: 0;
654 } 661 }
655 } 662 }
OLDNEW
« 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