summaryrefslogtreecommitdiff
path: root/chromium/chrome/browser/resources/settings/internet_page/internet_detail_page.css
blob: cf7a39455c68f3963666f3b66726ad7169d573f5 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
/* Copyright 2015 The Chromium Authors. All rights reserved.
 * Use of this source code is governed by a BSD-style license that can be
 * found in the LICENSE file. */

#outerDiv {
  -webkit-margin-end: 40px;
}

#networkIcon {
  height: 32px;
  width: 32px;
}

#networkName {
  -webkit-margin-start: 10px;
  font-size: 20px;
  font-weight: bold;
}

#networkState {
  -webkit-margin-start: 10px;
  font-size: 20px;
}

#networkState.connected {
  color: green;
}

#infoDiv {
  margin: 10px 0 0 45px;
}

#infoDiv cr-checkbox {
  margin-bottom: 10px;
}

#proxyDiv {
  max-width: 500px;
}

cr-collapse {
  margin: 10px;
}