Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(260)

Side by Side Diff: chrome/browser/resources/settings/internet_page/network_summary_item_style.html

Issue 1100993002: Implement md-settings network lists. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebase Created 5 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
OLDNEW
(Empty)
1 <link rel="import" href="chrome://resources/polymer/polymer/polymer.html">
2 <link rel="import" href="chrome://resources/polymer/core-style/core-style.html">
3
4 <core-style id="networkSummaryStyle">
5
6 #details.selectable:hover {
7 background-color: lightgrey;
8 }
9
10 #detailsItem {
11 margin-bottom: 10px;
12 }
13
14 #buttons {
15 align-items: center;
16 }
17
18 .invisible {
19 visibility: hidden;
20 }
21
22 #deviceEnabledButton {
23 margin: 0px 10px;
24 }
25
26 #networkList {
27 max-height: 400px;
28 margin: 0px 70px 10px 40px;
29 }
30
31 </core-style>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698