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

Unified Diff: chrome/browser/resources/options/website_settings.css

Issue 543983005: Add a dropdown to change the default content setting to the Website Settings page. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fix CrOS build error. Created 6 years, 3 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/options/website_settings.css
diff --git a/chrome/browser/resources/options/website_settings.css b/chrome/browser/resources/options/website_settings.css
index eb234b537c42a5997538a58340693f25d8518986..55ba99dc133646fee444487ce87e0d7113ea8656 100644
--- a/chrome/browser/resources/options/website_settings.css
+++ b/chrome/browser/resources/options/website_settings.css
@@ -3,6 +3,7 @@
* found in the LICENSE file. */
#website-settings-page {
+ min-height: 445px;
min-width: 540px;
}
@@ -111,6 +112,16 @@
min-width: 165px;
}
+#website-settings-global-controls {
+ -webkit-margin-after: 8px;
+ align-items: center;
+ display: flex;
+}
+
+#global-setting {
+ flex: 1;
+}
+
/* Styles for the origin list elements in the website settings page. */
.origin-list {
border: 1px solid #d9d9d9;
« no previous file with comments | « chrome/browser/resources/options/content_settings.html ('k') | chrome/browser/resources/options/website_settings.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698