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

Side by Side Diff: chrome/browser/resources/help/help_content.css

Issue 1019793007: Left-align product label and remove border (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 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 5
6 #about-container { 6 #about-container {
7 align-items: center; 7 align-items: center;
8 display: flex; 8 display: flex;
9 } 9 }
10 10
(...skipping 134 matching lines...) Expand 10 before | Expand all | Expand 10 after
145 } 145 }
146 146
147 .channel-change-error-text { 147 .channel-change-error-text {
148 -webkit-margin-start: 4px; 148 -webkit-margin-start: 4px;
149 display: block; 149 display: block;
150 vertical-align: top; 150 vertical-align: top;
151 width: 240px; 151 width: 240px;
152 } 152 }
153 153
154 #product-label-container { 154 #product-label-container {
155 border: 1px solid #d9d9d9; 155 padding-top: 32px;
156 border-radius: 2px;
157 margin-top: 4px;
158 padding: 10px;
159 } 156 }
160 157
161 #product-label { 158 #product-label {
162 display: block; 159 display: block;
163 margin: 0 auto;
164 width: 330px; 160 width: 330px;
165 } 161 }
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