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

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

Issue 435293002: Update CSS on Website Settings dialog to match latest design. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 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
« no previous file with comments | « chrome/app/generated_resources.grd ('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 48634dcab1afe9d78b98771982a637fcaca07286..792c09b32520bb2a26cf2b96ced927496f99f9fb 100644
--- a/chrome/browser/resources/options/website_settings.css
+++ b/chrome/browser/resources/options/website_settings.css
@@ -2,8 +2,13 @@
* Use of this source code is governed by a BSD-style license that can be
* found in the LICENSE file. */
-.website-settings-page {
- width: 540px;
+#website-settings-page {
+ max-height: 445px;
+ min-width: 540px;
+}
+
+.website-column-headers {
+ padding: 3px 0 6px;
}
.website-header-controls {
@@ -12,20 +17,37 @@
.resource-type-select {
-webkit-margin-end: auto;
+ min-width: 170px;
+}
+
+#website-settings-search-box {
+ -webkit-margin-start: 35px;
+ width: 165px;
+}
+
+#website-settings-page .action-area {
+ padding-bottom: 20px;
+}
+
+.content-area.website-list-content-area {
+ display: flex;
+ flex-direction: column;
}
/* Styles for the origin list elements in the website settings page. */
-.origin-list {
+#origin-list {
border: 1px solid #d9d9d9;
margin: 5px 0 0;
- min-height: 0;
+ min-height: 287px;
}
-.origin-list-item {
- display: flex;
- justify-content: space-between;
+#origin-list-item {
+ height: 30px;
}
-.local-storage-usage {
- margin: auto 0;
+list.origin-list .favicon-cell {
+ -webkit-margin-start: 6px;
+ -webkit-padding-start: 21px;
+ font-family: Noto Sans;
+ font-size: 13px;
}
« no previous file with comments | « chrome/app/generated_resources.grd ('k') | chrome/browser/resources/options/website_settings.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698