summaryrefslogtreecommitdiffstats
path: root/comm/calendar/base/themes/common/dialogs/chooseCalendarDialog.css
diff options
context:
space:
mode:
Diffstat (limited to 'comm/calendar/base/themes/common/dialogs/chooseCalendarDialog.css')
-rw-r--r--comm/calendar/base/themes/common/dialogs/chooseCalendarDialog.css19
1 files changed, 19 insertions, 0 deletions
diff --git a/comm/calendar/base/themes/common/dialogs/chooseCalendarDialog.css b/comm/calendar/base/themes/common/dialogs/chooseCalendarDialog.css
new file mode 100644
index 0000000000..a675464983
--- /dev/null
+++ b/comm/calendar/base/themes/common/dialogs/chooseCalendarDialog.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/. */
+
+:root {
+ min-width: 300px;
+ min-height: 200px;
+}
+
+richlistitem {
+ padding: 4px 8px;
+ align-items: center;
+}
+
+richlistitem > box:first-child {
+ width: 10px;
+ height: 10px;
+ border-radius: 5px;
+}