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>2016-09-24 21:16:57 +0300
committerbrantje <brantje@gmail.com>2016-09-24 21:16:57 +0300
commitb8e1ecc4909df46e930f6525116055e01adcfa5c (patch)
treeacd4d467c658418584ea801d70c8ec027d2bd3d4 /css/app.css
parent39b64b6e87e41a852f88bfde8e374d1e821fcff1 (diff)
Add password strength scanner
Diffstat (limited to 'css/app.css')
-rw-r--r--css/app.css6
1 files changed, 6 insertions, 0 deletions
diff --git a/css/app.css b/css/app.css
index 48ae3815..f021f28f 100644
--- a/css/app.css
+++ b/css/app.css
@@ -365,6 +365,12 @@
.table {
width: 100%; }
+.scan-result-table {
+ margin-top: 10px; }
+ .scan-result-table .score {
+ padding-left: 0px;
+ padding-right: 15px; }
+
#app-settings-content:not(.ng-hide) {
height: 60px;
display: inherit !important;