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
path: root/sass
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 /sass
parent514cb569fba1ee7333f49d8adc4b7be6b52497b4 (diff)
Add feature to request vault destructions
Diffstat (limited to 'sass')
-rw-r--r--sass/admin.scss12
-rw-r--r--sass/vaults.scss12
2 files changed, 24 insertions, 0 deletions
diff --git a/sass/admin.scss b/sass/admin.scss
index 259ad564..8bac6f46 100644
--- a/sass/admin.scss
+++ b/sass/admin.scss
@@ -9,4 +9,16 @@
width: 350px;
}
}
+ #requests-table{
+ width: 100%;
+ }
+
+
+ .link{
+ color: rgb(0, 102, 255) !important;
+ cursor: pointer;
+ }
+ .link:hover{
+ text-decoration: underline;
+ }
} \ No newline at end of file
diff --git a/sass/vaults.scss b/sass/vaults.scss
index 07c64ade..2af23141 100644
--- a/sass/vaults.scss
+++ b/sass/vaults.scss
@@ -90,8 +90,20 @@
margin-top: 10px;
}
}
+ .reset_form {
+ padding: 16px;
+ label{
+ margin-top: 20px;
+ display: block;
+ }
+ input[type="text"]{
+ width: 100%;
+
+ }
+ }
.login_opts{
margin-bottom: 10px;
+
}
}