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

Unified Diff: chrome/browser/resources/settings/site_settings/site_details_permission.css

Issue 1428313002: Add a page for showing the details for a given origin (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Address feedback Created 5 years, 1 month 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/settings/site_settings/site_details_permission.css
diff --git a/chrome/browser/resources/settings/site_settings/site_details_permission.css b/chrome/browser/resources/settings/site_settings/site_details_permission.css
new file mode 100644
index 0000000000000000000000000000000000000000..85abd53f551b662e7d1a1c98d6305618aeed6fd7
--- /dev/null
+++ b/chrome/browser/resources/settings/site_settings/site_details_permission.css
@@ -0,0 +1,36 @@
+/* Copyright 2015 The Chromium Authors. All rights reserved.
+ * Use of this source code is governed by a BSD-style license that can be
+ * found in the LICENSE file. */
+
+:host {
+ display: block;
+}
+
+.left-column {
+ -webkit-margin-start: 15px;
+}
+
+.right-column {
+ -webkit-margin-start: 10px;
+}
+
+.permission-header {
+ -webkit-margin-start: 6px;
+}
+
+.permission-list {
+ -webkit-margin-end: 35px;
+}
+
+.permission-list > paper-dropdown-menu {
+ -webkit-margin-end: 3px;
+ -webkit-margin-start: -13px;
+ margin-bottom: 12px;
+ margin-top: -20px;
+ width: 100%;
+}
+
+.permission-list > paper-dropdown-menu::shadow > paper-menu-button {
+ -webkit-margin-start: 11px;
+ width: 100%;
+}

Powered by Google App Engine
This is Rietveld 408576698