Merge Chromium + Blink git repositories
[chromium-blink-merge.git] / chrome / browser / resources / chromeos / network_ui / network_ui.css
blob958293cc60dd0b2e7ffc827cfb9f37d99c74065f
1 /* Copyright 2013 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 paper-button[raised].colored {
6 background: rgb(66, 133, 244);
7 color: white;
10 #header {
11 margin: 5px;
14 #header a {
15 padding: 0 4px;
18 #header cr-network-icon {
19 height: 40px;
20 width: 40px;
23 cr-network-select {
24 padding: 5px;
25 width: 500px;
28 #refresh {
29 margin-top: 10px;
30 padding: 5px;
33 .state-table {
34 border-collapse: collapse;
37 .state-table tr td {
38 border: 1px solid rgb(220, 220, 220);
39 font-size: 13px;
42 .state-table-header {
43 font-weight: bold;
46 .state-table-expand-button-cell {
47 text-align: center;
50 .state-table-expand-button {
51 background-color: #fff;
52 border: none;
53 height: 20px;
54 margin: 0;
55 outline: none;
56 padding: 0;
57 width: 20px;
60 .state-table-expanded-cell {
61 white-space: pre-wrap;
64 .state-table cr-network-icon {
65 height: 25px;
66 width: 25px;
69 #advanced-options {
70 margin-top: 10px;