Merge Chromium + Blink git repositories
[chromium-blink-merge.git] / chrome / browser / resources / settings / internet_page / internet_detail_page.css
blob15a24f53472c654995914a7793f8e62459d5d31d
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 #titleDiv {
6 margin-bottom: 10px;
9 #outerDiv {
10 margin: 0 40px;
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 #simInfoDiv {
34 margin-left: 10px;
37 #infoDiv {
38 margin-left: 10px;
41 #infoDiv span {
42 margin-bottom: 8px;
45 #preferButton {
46 margin: 0 7px 8px -2px;
47 padding: 0
50 #advancedDiv cr-button {
51 --paper-button: {
52 text-align: start;
56 #proxyDiv {
57 max-width: 500px;
60 paper-checkbox {
61 margin-bottom: 10px;
64 cr-collapse {
65 margin: 10px;