user list updated

This commit is contained in:
Ricsi
2017-03-09 20:09:55 +01:00
parent 6cffb2a9de
commit df179b7573
3 changed files with 71 additions and 19 deletions

View File

@@ -230,7 +230,7 @@ td.create a {
background-color: #B7B7B7;
}
.list .list_item img, .list .name_tag img, .list .name_tag_checked img{
.list .list_item img, .list .name_tag img, .list .name_tag_checked img, .active_kid img{
width: 20px;
height: 20px;
float: left;
@@ -384,13 +384,40 @@ table.log tr.delete:hover {
.kid_menu {
display: none;
padding: 3px 0px;
background-color: #B7B7B7;
border-left: 2px solid #000;
position: relative;
top: -4px;
}
.active_kid {
background-color: #333;
color: #fff;
font-weight: bold;
border-left: 2px solid #000;
vertical-align: middle;
font-size: 18px;
font-family: Arial;
margin: 4px 0px;
padding: 5px;
}
.kid_menu .kid_submenu {
text-align: center;
cursor: pointer;
border-bottom: 1px dotted black;
padding: 2px 0px;
}
.kid_menu .kid_submenu:hover {
background-color: #7b7575;
}
.kid_menu .kid_submenu:hover span {
color: #e9e2e1;
}
.kid_menu .add_money_deposit {
width: 46%;
text-align: center;