Add additional info when hovering over activity pane.

This commit is contained in:
Tim 2015-07-12 17:41:59 +02:00
commit 887c61a80b
4 changed files with 72 additions and 4 deletions

View file

@ -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;