summaryrefslogtreecommitdiffstats
path: root/security/manager/pki/resources/content/deletecert.css
diff options
context:
space:
mode:
Diffstat (limited to 'security/manager/pki/resources/content/deletecert.css')
-rw-r--r--security/manager/pki/resources/content/deletecert.css19
1 files changed, 19 insertions, 0 deletions
diff --git a/security/manager/pki/resources/content/deletecert.css b/security/manager/pki/resources/content/deletecert.css
new file mode 100644
index 0000000000..4607f0a44a
--- /dev/null
+++ b/security/manager/pki/resources/content/deletecert.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/. */
+
+dialog::part(content-box) {
+ flex: 1;
+}
+
+#confirm,
+#impact {
+ /* We don't want these to impact the horizontal size of the dialog */
+ contain: inline-size;
+}
+
+#certlist {
+ flex: 1;
+ min-height: 8em;
+ min-width: 35em;
+}