summaryrefslogtreecommitdiffstats
path: root/comm/mail/themes/shared/mail/cloudfileSelectDialog.css
diff options
context:
space:
mode:
Diffstat (limited to 'comm/mail/themes/shared/mail/cloudfileSelectDialog.css')
-rw-r--r--comm/mail/themes/shared/mail/cloudfileSelectDialog.css20
1 files changed, 20 insertions, 0 deletions
diff --git a/comm/mail/themes/shared/mail/cloudfileSelectDialog.css b/comm/mail/themes/shared/mail/cloudfileSelectDialog.css
new file mode 100644
index 0000000000..3bb5ac03e0
--- /dev/null
+++ b/comm/mail/themes/shared/mail/cloudfileSelectDialog.css
@@ -0,0 +1,20 @@
+/* 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/. */
+
+richlistitem {
+ display: flex;
+ align-items: center;
+ padding: 4px 8px;
+}
+
+richlistitem > label {
+ flex: 1 1 auto;
+}
+
+richlistitem > img {
+ flex: 0 0 auto;
+ margin-inline-end: 8px;
+ width: 32px;
+ height: 32px;
+}