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

github.com/nextcloud/passman.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'css/app.css')
-rw-r--r--css/app.css7
1 files changed, 7 insertions, 0 deletions
diff --git a/css/app.css b/css/app.css
index f1dd5817..cddac936 100644
--- a/css/app.css
+++ b/css/app.css
@@ -326,6 +326,13 @@
display: inline-block; }
.vault_wrapper .login_form .button {
margin-top: 10px; }
+ .vault_wrapper .reset_form {
+ padding: 16px; }
+ .vault_wrapper .reset_form label {
+ margin-top: 20px;
+ display: block; }
+ .vault_wrapper .reset_form input[type="text"] {
+ width: 100%; }
.vault_wrapper .login_opts {
margin-bottom: 10px; }