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

Side by Side Diff: chrome/browser/resources/settings/internet_page/internet_detail_page.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 .section { 5 .section {
6 margin-bottom: 5px; 6 margin-bottom: 5px;
7 } 7 }
8 8
9 cr-collapse { 9 cr-collapse {
10 margin: 10px; 10 margin: 10px;
11 } 11 }
12 12
13 cr-network-icon { 13 cr-network-icon {
14 height: 32px; 14 height: 32px;
15 width: 32px; 15 width: 32px;
16 } 16 }
17 17
18 cr-policy-network-indicator {
19 -webkit-margin-start: 10px;
20 }
21
18 #networkName, 22 #networkName,
19 #networkState { 23 #networkState {
20 -webkit-margin-start: 10px; 24 -webkit-margin-start: 10px;
21 font-size: 20px; 25 font-size: 20px;
22 } 26 }
23 27
24 #networkName { 28 #networkName {
25 font-weight: bold; 29 font-weight: bold;
26 } 30 }
27 31
(...skipping 12 matching lines...) Expand all
40 44
41 #preferButton { 45 #preferButton {
42 -webkit-margin-end: 8px; 46 -webkit-margin-end: 8px;
43 -webkit-margin-start: -3px; 47 -webkit-margin-start: -3px;
44 padding: 0 48 padding: 0
45 } 49 }
46 50
47 #proxyDiv { 51 #proxyDiv {
48 max-width: 500px; 52 max-width: 500px;
49 } 53 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698