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

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

Issue 493383004: Add a button to clear local storage for a given origin to Website Settings dialog. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Whoops. Forgot to commit these changes. 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
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 09f96cdf7fd228df7750f0c544e63eafbac6609d..5b4ef74de5d67a261677456c6af7b6a4b2d26934 100644
--- a/chrome/browser/resources/options/website_settings.css
+++ b/chrome/browser/resources/options/website_settings.css
@@ -64,8 +64,15 @@
-webkit-margin-start: 8px;
}
-.website-property {
+.website-property-area {
-webkit-margin-after: 22px;
+ align-items: center;
+ display: flex;
+ justify-content: space-between;
+}
+
+.website-property-button {
+ -webkit-margin-after: 9em;
}
#website-title {

Powered by Google App Engine
This is Rietveld 408576698