Fixed online status

This commit is contained in:
Lars van Hijfte
2017-01-31 12:25:28 +01:00
parent d5d9d5857a
commit f26097f55f
9 changed files with 41 additions and 16 deletions

View File

@@ -92,6 +92,14 @@ p {
border-radius: 50%;
}
.online {
border: #4CAF50 solid 3px;
}
.offline {
border: #666666 solid 3px;
}
.group-picture {
border-radius: 5px;
}
@@ -184,7 +192,7 @@ button.green {
}
button.gray{
background-color: #FFF;
background-color: inherit;
color: #333;
}

View File

@@ -45,7 +45,7 @@
.main-picture {
position: relative;
border: #4CAF50 solid 5px;
border-width: 5px;
display: inline-block;
width: 150px;