summaryrefslogtreecommitdiff
path: root/chromium/chrome/browser/resources/settings/internet_page/network_summary_item.css
blob: 45b0994e32addd24c24458c7b8187bef5efd3386 (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
/* 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. */

#details.selectable:hover {
  background-color: lightgrey;
}

#detailsItem {
  margin-bottom: 10px;
}

#buttons {
  align-items: center;
}

.invisible {
  visibility: hidden;
}

#deviceEnabledButton {
  margin: 0 10px;
}

#networkList {
  margin: 0 70px 10px 40px;
  max-height: 400px;
}