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

Unified Diff: chrome/browser/resources/settings/site_settings/site_list.css

Issue 1372053002: Flesh out the location-page class to make it more general. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 1 month 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/site_settings/site_list.css
diff --git a/chrome/browser/resources/settings/location_page/location_page.css b/chrome/browser/resources/settings/site_settings/site_list.css
similarity index 71%
rename from chrome/browser/resources/settings/location_page/location_page.css
rename to chrome/browser/resources/settings/site_settings/site_list.css
index 809ed2850b198b4bc22e4dd4868a75d5fba8293e..feeacafdbe195d3cc71d1e001116e732e51d9616 100644
--- a/chrome/browser/resources/settings/location_page/location_page.css
+++ b/chrome/browser/resources/settings/site_settings/site_list.css
@@ -5,3 +5,11 @@
:host {
display: block;
}
+
+.site-header {
+ width: 100%;
+}
+
+.site-list {
+ -webkit-margin-start: 16px;
+}

Powered by Google App Engine
This is Rietveld 408576698