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

Unified Diff: chrome/browser/resources/settings/internet_page/network_summary_style.html

Issue 1100993002: Implement md-settings network lists. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Cleanup 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_style.html
diff --git a/chrome/browser/resources/settings/internet_page/network_summary_style.html b/chrome/browser/resources/settings/internet_page/network_summary_style.html
index c465b36294a17e071f783fdb4ed5db948d6d07c8..562199655a0edb149b429029ac3871fe58b58043 100644
--- a/chrome/browser/resources/settings/internet_page/network_summary_style.html
+++ b/chrome/browser/resources/settings/internet_page/network_summary_style.html
@@ -2,7 +2,9 @@
<link rel="import" href="chrome://resources/polymer/core-style/core-style.html">
<core-style id="networkSummaryStyle">
-cr-network-list-item {
- margin-bottom: 10px;
+
+#summary {
+ padding-right: 40px;
}
+
</core-style>

Powered by Google App Engine
This is Rietveld 408576698