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:
authornewhinton <felix.nuesse@t-online.de>2019-05-12 12:42:00 +0300
committerGitHub <noreply@github.com>2019-05-12 12:42:00 +0300
commit81f0acc51d6758891ca5fe69a3babf5ecc3ac14d (patch)
tree1eb19ecddf34bbd92cacf3acde840b0213438442 /sass
parentc9979ad61d4e252609a7c9c43687e01e9b664d1f (diff)
parent558f2812ec2f14cba2cc2888eccac0616e9677b1 (diff)
Merge pull request #530 from nextcloud/fix/noid/settings_ui_improvement
Updated passwords-tool ui
Diffstat (limited to 'sass')
-rw-r--r--sass/settings.scss16
1 files changed, 15 insertions, 1 deletions
diff --git a/sass/settings.scss b/sass/settings.scss
index 51c1051c..fceb4ff0 100644
--- a/sass/settings.scss
+++ b/sass/settings.scss
@@ -20,12 +20,26 @@
*
*/
+.spacer-top-30{
+ margin-top: 30px;
+}
.scan-result-table {
- margin-top: 10px;
+ td {
+ vertical-align: top !important;
+ }
.score {
+ width: 55%;
padding-left: 0px;
padding-right: 15px;
}
+ .label-audit{
+ width: 15%;
+ }
+}
+.detail_box{
+ border: 1px solid var(--color-border-dark);
+ margin-top: 25px;
+ padding: 5px;
}
.error {