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

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

Issue 1369403006: Add cr-policy-network-indicator and add to internet settings (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Separate policy indicator strings 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 #titleDiv { 5 #titleDiv {
6 margin-bottom: 10px; 6 margin-bottom: 10px;
7 } 7 }
8 8
9 #outerDiv { 9 #outerDiv {
10 margin: 0 40px; 10 margin: 0 40px;
(...skipping 24 matching lines...) Expand all
35 } 35 }
36 36
37 #infoDiv { 37 #infoDiv {
38 margin-left: 10px; 38 margin-left: 10px;
39 } 39 }
40 40
41 #infoDiv span { 41 #infoDiv span {
42 margin-bottom: 8px; 42 margin-bottom: 8px;
43 } 43 }
44 44
45 #infoDiv cr-policy-network-indicator {
46 margin: 0 0 10px 10px;
47 }
48
45 #preferButton { 49 #preferButton {
46 margin: 0 7px 8px -2px; 50 margin: 0 7px 8px -2px;
47 padding: 0 51 padding: 0
48 } 52 }
49 53
50 #advancedDiv paper-button { 54 #advancedDiv paper-button {
51 --paper-button: { 55 --paper-button: {
52 text-align: start; 56 text-align: start;
53 }; 57 };
54 } 58 }
55 59
56 #proxyDiv { 60 #proxyDiv {
57 max-width: 500px; 61 max-width: 500px;
58 } 62 }
59 63
60 paper-checkbox { 64 div .control {
61 margin-bottom: 10px; 65 margin-bottom: 10px;
62 } 66 }
63 67
64 cr-collapse { 68 cr-collapse {
65 margin: 10px; 69 margin: 10px;
66 } 70 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698