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

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

Issue 566863005: Expose the Website Settings page in the Content Setting page if it is enabled via flag. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Handler strings are handled elsewhere. 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
« no previous file with comments | « chrome/browser/resources/options/options.js ('k') | chrome/browser/resources/options/website_settings.html » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 55ba99dc133646fee444487ce87e0d7113ea8656..c93cb07d82b4b8adc6fff8cabf341a61bd80ae0d 100644
--- a/chrome/browser/resources/options/website_settings.css
+++ b/chrome/browser/resources/options/website_settings.css
@@ -17,16 +17,17 @@
}
.website-header-controls {
+ align-items: center;
display: flex;
+ justify-content: space-between;
}
.website-header-controls > div {
font-weight: bold;
}
-.resource-type-select {
- -webkit-margin-end: auto;
- min-width: 170px;
+#allowed-origin-list-title {
+ font-size: 1.3em;
}
#website-settings-search-box {
@@ -113,7 +114,7 @@
}
#website-settings-global-controls {
- -webkit-margin-after: 8px;
+ -webkit-margin-after: 24px;
align-items: center;
display: flex;
}
« no previous file with comments | « chrome/browser/resources/options/options.js ('k') | chrome/browser/resources/options/website_settings.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698