summaryrefslogtreecommitdiff
path: root/chromium/chrome/browser/resources/settings/site_settings/site_details.css
diff options
context:
space:
mode:
Diffstat (limited to 'chromium/chrome/browser/resources/settings/site_settings/site_details.css')
-rw-r--r--chromium/chrome/browser/resources/settings/site_settings/site_details.css19
1 files changed, 19 insertions, 0 deletions
diff --git a/chromium/chrome/browser/resources/settings/site_settings/site_details.css b/chromium/chrome/browser/resources/settings/site_settings/site_details.css
new file mode 100644
index 00000000000..8d0ff6714ef
--- /dev/null
+++ b/chromium/chrome/browser/resources/settings/site_settings/site_details.css
@@ -0,0 +1,19 @@
+/* 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;
+}
+
+.origin {
+ font-weight: bold;
+}
+
+.reset-button {
+ -webkit-margin-start: 15px;
+}
+
+#storage {
+ -webkit-padding-end: 0;
+} \ No newline at end of file