Users: Display Password Strength (take 2)

This commit is contained in:
bergware
2020-02-14 20:30:31 +01:00
parent d3597f0989
commit 3d688501c9
2 changed files with 2 additions and 2 deletions

View File

@@ -31,7 +31,7 @@ span#dropbox{border:1px solid #f2f2f2;border-radius:5px;background:#262626;paddi
span#dropbox{border:1px solid #1c1c1c;border-radius:5px;background:#e8e8e8;padding:28px 12px;line-height:72px;margin-right:16px;}
<?endif;?>
i.top{position:absolute;padding-top:4px;cursor:pointer}
.usage-disk.sys{display:inline-block;width:12rem;top:<?=$themes2?'12':'2'?>px;margin-left:0;border-radius:4px}
.usage-disk.sys{display:inline-block;background-color:transparent;width:12rem;top:<?=$themes2?'12':'2'?>px;margin-left:0;border-radius:4px}
</style>
<script src="<?autov('/webGui/javascript/jquery.filedrop.js')?>"></script>

View File

@@ -38,7 +38,7 @@ span#dropbox{border:1px solid #f2f2f2;border-radius:5px;background:#262626;paddi
span#dropbox{border:1px solid #1c1c1c;border-radius:5px;background:#e8e8e8;padding:28px 12px;line-height:72px;margin-right:16px;}
<?endif;?>
i.top{position:absolute;padding-top:4px;cursor:pointer}
.usage-disk.sys{display:inline-block;width:12rem;top:<?=$themes2?'12':'2'?>px;margin-left:0;border-radius:4px}
.usage-disk.sys{display:inline-block;background-color:transparent;width:12rem;top:<?=$themes2?'12':'2'?>px;margin-left:0;border-radius:4px}
</style>
<script src="<?autov('/webGui/javascript/jquery.filedrop.js')?>"></script>