mirror of
https://github.com/Tautulli/Tautulli.git
synced 2025-08-20 05:13:21 -07:00
Add additional info when hovering over activity pane.
This commit is contained in:
parent
2221697c20
commit
887c61a80b
4 changed files with 72 additions and 4 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue