Pin Chrome's shortcut to the Win10 Start menu on install and OS upgrade.
[chromium-blink-merge.git] / chrome / browser / resources / settings / internet_page / internet_detail_page.css
blobff1373a237d850c808eca87413ac43030a7966c6
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. */
5 #outerDiv {
6 -webkit-margin-end: 40px;
9 #titleDiv {
10 margin-bottom: 10px;
13 #networkIcon {
14 height: 32px;
15 width: 32px;
18 #networkName {
19 -webkit-margin-start: 10px;
20 font-size: 20px;
21 font-weight: bold;
24 #networkState {
25 -webkit-margin-start: 10px;
26 font-size: 20px;
29 #networkState.connected {
30 color: green;
33 #infoDiv {
34 margin-left: 10px;
37 #infoDiv cr-checkbox {
38 margin-left: 5px;
41 #infoDiv span {
42 margin: 0 0 8px 5px;
45 #advancedDiv cr-button {
46 --paper-button: {
47 text-align: start;
51 #proxyDiv {
52 max-width: 500px;
55 cr-checkbox {
56 margin-bottom: 10px;
59 cr-collapse {
60 margin: 10px;