Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/password_policy.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/css
diff options
context:
space:
mode:
authorBjoern Schiessle <bjoern@schiessle.org>2016-06-24 14:12:21 +0300
committerBjoern Schiessle <bjoern@schiessle.org>2016-06-24 17:34:44 +0300
commit5bf7cf13dcb0adb43bc78b95d54b32aaa232b74a (patch)
tree4e8eaa788eec8cc31054e1248a0774076e7fcf85 /css
parentbb7a35f7097d4a5e521364f8f9336a8022ccc40a (diff)
password policy settings
Diffstat (limited to 'css')
-rw-r--r--css/settings-admin.css3
1 files changed, 3 insertions, 0 deletions
diff --git a/css/settings-admin.css b/css/settings-admin.css
new file mode 100644
index 0000000..1aeefb9
--- /dev/null
+++ b/css/settings-admin.css
@@ -0,0 +1,3 @@
+#password-policy-min-length {
+ width: 25px;
+}