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:
authorbrantje <brantje@gmail.com>2017-02-20 02:01:01 +0300
committerbrantje <brantje@gmail.com>2017-02-22 20:02:55 +0300
commitfd8dcc6c1ca9e2a5effdff71ee37999d61a58b41 (patch)
tree2e2aacaff8de8f246da6cf1606fd4e8c3b9fcbb1 /css/app.css
parent514cb569fba1ee7333f49d8adc4b7be6b52497b4 (diff)
Add feature to request vault destructions
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; }