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

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

Issue 501063002: Surface battery auditing information on the website settings option page. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@origin-power-map
Patch Set: Rebase. 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 5b4ef74de5d67a261677456c6af7b6a4b2d26934..3e2194bd5996b88a367170f2fb78e1b0a8ba5432 100644
--- a/chrome/browser/resources/options/website_settings.css
+++ b/chrome/browser/resources/options/website_settings.css
@@ -62,10 +62,11 @@
.website-properties {
-webkit-margin-after: 8px;
-webkit-margin-start: 8px;
+ -webkit-padding-after: 4px;
}
.website-property-area {
- -webkit-margin-after: 22px;
+ -webkit-margin-after: 8px;
align-items: center;
display: flex;
justify-content: space-between;
@@ -102,6 +103,14 @@
border: 1px solid #d9d9d9;
}
+#website-settings-edit-page .website-property-button {
+ min-width: 70px;
+}
+
+#website-settings-edit-page .website-property-controls {
+ min-width: 165px;
+}
+
/* Styles for the origin list elements in the website settings page. */
#origin-list {
border: 1px solid #d9d9d9;
« 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