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

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

Issue 1979693002: [MD settings] removing .css files from internet settings (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: merge with master Created 4 years, 7 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 | chrome/browser/resources/settings/internet_page/internet_detail_page.html » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
(Empty)
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
3 * found in the LICENSE file. */
4
5 .section {
6 margin-bottom: 5px;
7 }
8
9 iron-collapse {
10 margin: 10px;
11 }
12
13 cr-network-icon {
14 height: 32px;
15 width: 32px;
16 }
17
18 cr-policy-network-indicator {
19 -webkit-margin-start: 10px;
20 }
21
22 #networkName,
23 #networkState {
24 -webkit-margin-start: 10px;
25 font-size: 20px;
26 }
27
28 #networkName {
29 font-weight: bold;
30 }
31
32 #networkState[connected] {
33 color: green;
34 }
35
36 #outerDiv {
37 margin: 10px 20px;
38 }
39
40 #ipAddressLabel {
41 -webkit-margin-end: 10px;
42 font-weight: bold;
43 }
44
45 #preferButton {
46 -webkit-margin-end: 8px;
47 -webkit-margin-start: -3px;
48 padding: 0
49 }
50
51 #proxyDiv {
52 max-width: 500px;
53 }
OLDNEW
« no previous file with comments | « no previous file | chrome/browser/resources/settings/internet_page/internet_detail_page.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698