summaryrefslogtreecommitdiffstats
path: root/security/manager/pki/resources/content/clientauthask.css
diff options
context:
space:
mode:
Diffstat (limited to 'security/manager/pki/resources/content/clientauthask.css')
-rw-r--r--security/manager/pki/resources/content/clientauthask.css17
1 files changed, 17 insertions, 0 deletions
diff --git a/security/manager/pki/resources/content/clientauthask.css b/security/manager/pki/resources/content/clientauthask.css
new file mode 100644
index 0000000000..0b8217bc4b
--- /dev/null
+++ b/security/manager/pki/resources/content/clientauthask.css
@@ -0,0 +1,17 @@
+/* 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: 48em;
+}
+
+.important {
+ font-weight: bold;
+}
+
+.details {
+ text-overflow: ellipsis;
+ overflow: hidden;
+ white-space: nowrap;
+}