Add terminate session button to current activity

This commit is contained in:
JonnyWong16 2017-07-23 13:03:16 -07:00
parent c780b9fd65
commit 0c62a83145
4 changed files with 120 additions and 19 deletions

View file

@ -781,6 +781,21 @@ a .users-poster-face:hover {
display: none;
z-index: -1;
}
.dashboard-activity-terminate-session {
width: 50px;
height: 50px;
position: absolute;
top: 0;
left: 0;
font-size: 30px;
color: #eee;
z-index: 1;
text-align: center;
padding-top: 5px;
}
.dashboard-activity-terminate-session:hover {
color: #e9a049;
}
.dashboard-activity-button-info {
width: 50px;
height: 50px;