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

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: Rebased on https://codereview.chromium.org/547753004/ 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..a644d14d8cf39938700df0e72dd4487d18d4d550 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;
+}
+
+#website-settings-page #global-setting {
Bernhard Bauer 2014/09/09 08:56:21 If #global-setting is an id, you don't need the ot
Daniel Nishi 2014/09/09 16:11:56 Done.
+ flex: 1;
+}
+
/* Styles for the origin list elements in the website settings page. */
.origin-list {
border: 1px solid #d9d9d9;

Powered by Google App Engine
This is Rietveld 408576698