Better style for users panel

This commit is contained in:
emeric
2018-09-12 13:31:29 +02:00
parent 38f59e4338
commit 80db1791db
2 changed files with 32 additions and 4 deletions
+23
View File
@@ -23,6 +23,29 @@ a:hover {
margin-bottom: 8px;
}
.Lms-admin-users-entry {
min-height: 48px;
padding-top: 8px;
padding-bottom: 8px;
}
.Lms-admin-users-add-btn {
margin-top: 8px;
margin-bottom: 8px;
}
.Lms-admin-users-entry:hover {
background-color: lightgrey;
}
.Lms-admin-users-entry-role {
margin-left: 8px;
}
.Lms-admin-users-entry-btn {
margin-right: 8px;
}
.Lms-cluster {
display: inline;
cursor: pointer;