Add internet_known_networks_page
[chromium-blink-merge.git] / chrome / browser / resources / settings / internet_page / network_summary_item.css
blob83f4d253230a0362c7b1dcb5820c13bf25172fdd
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 #details.selectable:hover {
6 background-color: lightgrey;
9 #buttons {
10 align-items: center;
13 .invisible {
14 visibility: hidden;
17 paper-spinner {
18 margin-left: 20px;
21 #deviceEnabledButton {
22 margin-left: 10px;
25 #listDiv {
26 -webkit-margin-end: 10px;
27 -webkit-margin-start: 40px;
30 #networkList {
31 margin: 5px 0 10px 0;
32 max-height: 400px;