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

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

Issue 2743203004: Increase top margin of custodian information for 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 133 matching lines...) Expand 10 before | Expand all | Expand 10 after
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 line-height: normal;
154 margin-top: 14px;
154 } 155 }
155 156
156 .custodian-name { 157 .custodian-name {
157 color: rgb(97,97,97); 158 color: rgb(97,97,97);
158 padding: 1px 0; 159 padding: 1px 0;
159 } 160 }
160 161
161 .custodian-email { 162 .custodian-email {
162 color: rgb(183, 183, 183); 163 color: rgb(183, 183, 183);
163 padding: 1px 0; 164 padding: 1px 0;
(...skipping 345 matching lines...) Expand 10 before | Expand all | Expand 10 after
509 width: 100%; 510 width: 100%;
510 } 511 }
511 } 512 }
512 513
513 @media (max-width: 239px) and (orientation: portrait) { 514 @media (max-width: 239px) and (orientation: portrait) {
514 .button-container { 515 .button-container {
515 padding-left: 0; 516 padding-left: 0;
516 padding-right: 0; 517 padding-right: 0;
517 } 518 }
518 } 519 }
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