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

Unified Diff: ui/webui/resources/cr_elements/network/cr_network_list_item.html

Issue 2893483002: [MD settings] layout vertical separators with paper-icon-button-light (Closed)
Patch Set: Created 3 years, 7 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: ui/webui/resources/cr_elements/network/cr_network_list_item.html
diff --git a/ui/webui/resources/cr_elements/network/cr_network_list_item.html b/ui/webui/resources/cr_elements/network/cr_network_list_item.html
index cddb1adb836bb09020b69cd3246380bbeba9eec2..96ff3be197194ff0bcfda9b1099ec0c72e183b1f 100644
--- a/ui/webui/resources/cr_elements/network/cr_network_list_item.html
+++ b/ui/webui/resources/cr_elements/network/cr_network_list_item.html
@@ -47,7 +47,7 @@
#subpageDiv {
-webkit-border-start: var(--cr-separator-line);
stevenjb 2017/05/17 22:00:49 Do you want to go ahead and just remove this while
dschuyler 2017/05/18 00:17:52 Sure, I'll look at that, but I'd like to do it sep
- -webkit-padding-start: 4px;
+ -webkit-padding-start: 20px;
stevenjb 2017/05/17 16:39:37 That is a fair bit of padding. I assume you checke
dschuyler 2017/05/17 21:28:14 I did a chromeos build if that's what you mean. (t
stevenjb 2017/05/17 21:36:04 Yes, if the list of wifi networks (click on the wi
}
:host-context([dir=rtl]) #subpageDiv > button {

Powered by Google App Engine
This is Rietveld 408576698