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

Side by Side Diff: chrome/browser/resources/options/browser_options.css

Issue 2592383003: MD Settings: Switch cr_network_icon to use svg icons (Closed)
Patch Set: Rebase Created 3 years, 11 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
OLDNEW
1 /* Copyright (c) 2012 The Chromium Authors. All rights reserved. 1 /* Copyright (c) 2012 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 #change-home-page-section { 5 #change-home-page-section {
6 -webkit-margin-start: 30px; 6 -webkit-margin-start: 30px;
7 } 7 }
8 8
9 #home-page-url { 9 #home-page-url {
10 display: inline-block; 10 display: inline-block;
(...skipping 203 matching lines...) Expand 10 before | Expand all | Expand 10 after
214 } 214 }
215 215
216 .network-group-labels { 216 .network-group-labels {
217 -webkit-box-flex: 1; 217 -webkit-box-flex: 1;
218 -webkit-box-orient: vertical; 218 -webkit-box-orient: vertical;
219 display: -webkit-box; 219 display: -webkit-box;
220 padding-top: 3px; 220 padding-top: 3px;
221 } 221 }
222 222
223 .network-icon { 223 .network-icon {
224 -webkit-margin-end: 8px; 224 -webkit-margin-end: 10px;
225 background-position: left top; 225 background-position: left top;
226 background-size: 25px; 226 background-size: 25px;
227 height: 25px; 227 height: 25px;
228 line-height: normal; 228 line-height: normal;
229 white-space: normal; 229 white-space: normal;
230 width: 25px; 230 width: 25px;
231 } 231 }
232 232
233 .network-icon cr-network-icon { 233 .network-icon cr-network-icon {
234 height: 100%; 234 height: 100%;
(...skipping 248 matching lines...) Expand 10 before | Expand all | Expand 10 after
483 483
484 /* An input that has no function except to take up the same amount of space as 484 /* An input that has no function except to take up the same amount of space as
485 * a checkbox. */ 485 * a checkbox. */
486 .spacer-checkbox { 486 .spacer-checkbox {
487 visibility: hidden; 487 visibility: hidden;
488 } 488 }
489 489
490 #android-apps-settings { 490 #android-apps-settings {
491 -webkit-margin-start: 30px; 491 -webkit-margin-start: 30px;
492 } 492 }
OLDNEW
« no previous file with comments | « chrome/browser/resources/chromeos/network_ui/network_ui.css ('k') | chrome/browser/resources/options/chromeos/network_list.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698