Add terminate session button to current activity
This commit is contained in:
@@ -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;
|
||||
|
Reference in New Issue
Block a user