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

Side by Side Diff: chrome/browser/resources/settings/internet_page/network_proxy.css

Issue 1390073006: Add cr-policy-network-indicator to internet pages (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@issue_521791_network_indicators_c3
Patch Set: Formatting fixes Created 5 years, 2 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 2015 The Chromium Authors. All rights reserved. 1 /* Copyright 2015 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 :host { 5 :host {
6 display: inline-block; 6 display: inline-block;
7 } 7 }
8 8
9 #selectDiv { 9 #selectTypeDiv {
10 margin: 10px 0; 10 margin: 10px 0;
11 } 11 }
12 12
13 select { 13 select {
14 padding: 5px; 14 padding: 5px;
15 } 15 }
16 16
17 span { 17 span {
18 margin: 5px; 18 margin: 5px;
19 } 19 }
20 20
21 cr-policy-network-indicator {
22 -webkit-margin-end: 10px;
23 mwrgin-bottom: 5px;
24 }
25
21 paper-checkbox { 26 paper-checkbox {
22 margin-bottom: 10px; 27 margin-bottom: 10px;
23 } 28 }
24 29
25 paper-input { 30 paper-input {
26 margin: -9px 5px 0 5px; 31 margin: -9px 5px 0 5px;
27 } 32 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698