[Web] Show users last PW change, allow to select n days for last logins

This commit is contained in:
andryyy
2021-06-09 07:19:57 +02:00
parent da20d5dc38
commit 47b57df3a2
11 changed files with 65 additions and 56 deletions

View File

@@ -57,8 +57,9 @@ table tbody tr td input[type="checkbox"] {
font-size: 8pt !important;
}
.label-last-login {
line-height: 2.5;
line-height: 2.2;
color: #4a4a4a!important;
padding: .2em .4em .3em !important;
background-color: #ececec!important;
}

View File

@@ -125,4 +125,8 @@ border-bottom-width: 3px;
}
.xmpp-logo-user {
width:64px;
}
.recent-login-success {
margin-top:2px;
margin-right:10px;
}