Add additional info when hovering over activity pane.
This commit is contained in:
@@ -6695,6 +6695,31 @@ button.close {
|
||||
height:100%;
|
||||
opacity: 0.7;
|
||||
}
|
||||
.dashboard-activity-poster-info-bar {
|
||||
position:absolute;
|
||||
color: #F9AA03;
|
||||
bottom: 0;
|
||||
background-color: rgba(0,0,0,.7);
|
||||
width:100%;
|
||||
height:22px;
|
||||
}
|
||||
.dashboard-activity-poster-info-text {
|
||||
float: left;
|
||||
text-align: left;
|
||||
padding: 0px 0px 0px 2px;
|
||||
font-size: 12px;
|
||||
color: #999;
|
||||
text-overflow: ellipsis;
|
||||
overflow: hidden;
|
||||
white-space: nowrap;
|
||||
}
|
||||
.dashboard-activity-poster-info-time {
|
||||
float: right;
|
||||
text-align: right;
|
||||
padding: 0px 2px 0px 0px;
|
||||
font-size: 12px;
|
||||
color: #999;
|
||||
}
|
||||
.dashboard-activity-metadata-user {
|
||||
text-overflow: ellipsis;
|
||||
overflow: hidden;
|
||||
|
Reference in New Issue
Block a user