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

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

Issue 2142553003: Adjust the spacing between icon and text in about page (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 5 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 | ui/webui/resources/images/eol.svg » ('j') | 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 90 matching lines...) Expand 10 before | Expand all | Expand 10 after
101 background-image: url(../../../../ui/webui/resources/images/eol.svg); 101 background-image: url(../../../../ui/webui/resources/images/eol.svg);
102 background-size: 18px; 102 background-size: 18px;
103 } 103 }
104 104
105 #eol-status-container { 105 #eol-status-container {
106 margin-bottom: 12px; 106 margin-bottom: 12px;
107 margin-top: 10px; 107 margin-top: 10px;
108 } 108 }
109 109
110 #eol-status-message-container { 110 #eol-status-message-container {
111 -webkit-margin-start: 12px; 111 -webkit-margin-start: 8px;
112 display: inline-block; 112 display: inline-block;
113 vertical-align: middle; 113 vertical-align: middle;
114 } 114 }
115 115
116 #update-status-message-container { 116 #update-status-message-container {
117 -webkit-margin-start: 12px; 117 -webkit-margin-start: 8px;
118 display: inline-block; 118 display: inline-block;
119 vertical-align: middle; 119 vertical-align: middle;
120 } 120 }
121 121
122 #more-info-expander { 122 #more-info-expander {
123 -webkit-padding-start: 0; 123 -webkit-padding-start: 0;
124 margin-top: 10px; 124 margin-top: 10px;
125 } 125 }
126 126
127 #more-info-container.visible { 127 #more-info-container.visible {
(...skipping 42 matching lines...) Expand 10 before | Expand all | Expand 10 after
170 } 170 }
171 171
172 #regulatory-label-container { 172 #regulatory-label-container {
173 padding-top: 32px; 173 padding-top: 32px;
174 } 174 }
175 175
176 #regulatory-label { 176 #regulatory-label {
177 display: block; 177 display: block;
178 width: 330px; 178 width: 330px;
179 } 179 }
OLDNEW
« no previous file with comments | « no previous file | ui/webui/resources/images/eol.svg » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698