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

Unified Diff: chrome/browser/resources/settings/settings_shared_css.html

Issue 2237823003: Site Settings Desktop: Implement USB devices section. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 4 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/settings_shared_css.html
diff --git a/chrome/browser/resources/settings/settings_shared_css.html b/chrome/browser/resources/settings/settings_shared_css.html
index 2ffad3d5cd246e95620ac6aa4fbb96d3e4e57d58..44cab1bbd23a01f905cd75c37b5700ea0efa9cac 100644
--- a/chrome/browser/resources/settings/settings_shared_css.html
+++ b/chrome/browser/resources/settings/settings_shared_css.html
@@ -344,6 +344,12 @@
width: 16px;
}
+ .site-settings-header {
+ -webkit-margin-start: 20px;
+ margin-bottom: 15px;
+ margin-top: 15px;
+ }
dschuyler 2016/08/11 23:28:07 If this is only used in site settings, please move
Finnur 2016/08/12 13:11:25 Sorry, I interpreted your words at our encounter i
dschuyler 2016/08/12 20:58:48 Oh, that's correct. If it's used in more places th
Finnur 2016/08/15 11:54:33 Fair enough. I'll leave it as is for now and if I
+
.search-bubble {
pointer-events: none;
position: absolute;

Powered by Google App Engine
This is Rietveld 408576698