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

Unified 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 side-by-side diff with in-line comments
Download patch
Index: chrome/browser/resources/settings/internet_page/network_summary_item_style.html
diff --git a/chrome/browser/resources/settings/internet_page/network_summary_item_style.html b/chrome/browser/resources/settings/internet_page/network_summary_item_style.html
new file mode 100644
index 0000000000000000000000000000000000000000..8792048aa46ea40c091c7953b863559554e24577
--- /dev/null
+++ b/chrome/browser/resources/settings/internet_page/network_summary_item_style.html
@@ -0,0 +1,31 @@
+<link rel="import" href="chrome://resources/polymer/polymer/polymer.html">
+<link rel="import" href="chrome://resources/polymer/core-style/core-style.html">
+
+<core-style id="networkSummaryStyle">
+
+#details.selectable:hover {
+ background-color: lightgrey;
+}
+
+#detailsItem {
+ margin-bottom: 10px;
+}
+
+#buttons {
+ align-items: center;
+}
+
+.invisible {
+ visibility: hidden;
+}
+
+#deviceEnabledButton {
+ margin: 0px 10px;
+}
+
+#networkList {
+ max-height: 400px;
+ margin: 0px 70px 10px 40px;
+}
+
+</core-style>

Powered by Google App Engine
This is Rietveld 408576698