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

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

Issue 2846763003: MD Settings: Network and bluetooth polish (Closed)
Patch Set: Created 3 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/internet_detail_page.html
diff --git a/chrome/browser/resources/settings/internet_page/internet_detail_page.html b/chrome/browser/resources/settings/internet_page/internet_detail_page.html
index d8966507cb36d66eb01a31339f0d44ae2f2349c5..281d81e9eb74ed3b46009b30219926a485e2d11f 100644
--- a/chrome/browser/resources/settings/internet_page/internet_detail_page.html
+++ b/chrome/browser/resources/settings/internet_page/internet_detail_page.html
@@ -61,7 +61,12 @@
}
#buttonDiv paper-button {
- margin: 10px 0;
+ /* Align text edge with trailing margin (12px button padding) */
+ -webkit-margin-end: -12px;
+ /* 8px spacing between highlight edges. */
+ -webkit-margin-start: calc(12px + 8px);
+ margin-bottom: 10px;
+ margin-top: 10px;
}
#networkState {

Powered by Google App Engine
This is Rietveld 408576698