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

Side by Side Diff: components/supervised_user_error_page/resources/supervised_user_block_interstitial.css

Issue 2749533002: Use normal line height for custodian information in the Supervised User interstitial. (Closed)
Patch Set: 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 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 body { 5 body {
6 background-color: #f7f7f7; 6 background-color: #f7f7f7;
7 color: #646464; 7 color: #646464;
8 } 8 }
9 9
10 a { 10 a {
(...skipping 132 matching lines...) Expand 10 before | Expand all | Expand 10 after
143 } 143 }
144 144
145 #feedback { 145 #feedback {
146 margin-top: 50px; 146 margin-top: 50px;
147 } 147 }
148 148
149 .custodian-information { 149 .custodian-information {
150 align-items: center; 150 align-items: center;
151 display: flex; 151 display: flex;
152 font-size: 12px; 152 font-size: 12px;
153 line-height: normal;
153 } 154 }
154 155
155 .custodian-name { 156 .custodian-name {
156 color: rgb(97,97,97); 157 color: rgb(97,97,97);
157 padding: 1px 0; 158 padding: 1px 0;
158 } 159 }
159 160
160 .custodian-email { 161 .custodian-email {
161 color: rgb(183, 183, 183); 162 color: rgb(183, 183, 183);
162 padding: 1px 0; 163 padding: 1px 0;
(...skipping 345 matching lines...) Expand 10 before | Expand all | Expand 10 after
508 width: 100%; 509 width: 100%;
509 } 510 }
510 } 511 }
511 512
512 @media (max-width: 239px) and (orientation: portrait) { 513 @media (max-width: 239px) and (orientation: portrait) {
513 .button-container { 514 .button-container {
514 padding-left: 0; 515 padding-left: 0;
515 padding-right: 0; 516 padding-right: 0;
516 } 517 }
517 } 518 }
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