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

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

Issue 2754753002: MD Settings: Fix network list styling (Closed)
Patch Set: Rebase Created 3 years, 9 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
« no previous file with comments | « no previous file | chrome/browser/resources/settings/settings_vars_css.html » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/resources/settings/internet_page/internet_subpage.html
diff --git a/chrome/browser/resources/settings/internet_page/internet_subpage.html b/chrome/browser/resources/settings/internet_page/internet_subpage.html
index 546bf98048fb596dc521ca6d92b8cda9b5fcaf75..a33c948bcb5fc68672254149fe6d8fde6bf8dfb1 100644
--- a/chrome/browser/resources/settings/internet_page/internet_subpage.html
+++ b/chrome/browser/resources/settings/internet_page/internet_subpage.html
@@ -11,13 +11,16 @@
<template>
<style include="settings-shared">
#networkListDiv {
+ /* cr-network-list is padded to the right to allow space for a ripple */
+ -webkit-padding-end: calc(var(--settings-box-row-padding) -
+ var(--cr-icon-ripple-padding));
-webkit-padding-start: var(--settings-box-row-padding);
margin-top: var(--settings-page-vertical-margin);
min-height: var(--settings-box-min-height);
}
#addButton {
- -webkit-margin-end: var(--cr-icon-padding);
+ -webkit-margin-end: var(--settings-control-spacing);
}
#onoff[on] {
« no previous file with comments | « no previous file | chrome/browser/resources/settings/settings_vars_css.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698