summaryrefslogtreecommitdiffstats
path: root/application/basilisk/components/preferences/siteDataSettings.css
diff options
context:
space:
mode:
Diffstat (limited to 'application/basilisk/components/preferences/siteDataSettings.css')
-rw-r--r--application/basilisk/components/preferences/siteDataSettings.css19
1 files changed, 19 insertions, 0 deletions
diff --git a/application/basilisk/components/preferences/siteDataSettings.css b/application/basilisk/components/preferences/siteDataSettings.css
new file mode 100644
index 000000000..7966d0a8f
--- /dev/null
+++ b/application/basilisk/components/preferences/siteDataSettings.css
@@ -0,0 +1,19 @@
+/* This Source Code Form is subject to the terms of the Mozilla Public
+ * License, v. 2.0. If a copy of the MPL was not distributed with this
+ * file, You can obtain one at http://mozilla.org/MPL/2.0/. */
+
+#searchBoxContainer {
+ -moz-box-align: center;
+}
+
+#sitesList {
+ min-height: 20em;
+}
+
+#sitesList > richlistitem {
+ -moz-binding: url("chrome://browser/content/preferences/siteListItem.xml#siteListItem");
+}
+
+.item-box {
+ padding: 5px 8px;
+}