playout improvements

* show playout attributes as tabs
* mouseover for durations
* show only audio uploads for selected project and studio
This commit is contained in:
Milan
2019-06-30 18:29:46 +02:00
parent 60aa3387f0
commit 79d2d2069d
8 changed files with 72 additions and 91 deletions

View File

@@ -24,6 +24,16 @@ table{
border-top:1px solid #666;
}
#content #playout-table td.path{
width:15rem;
word-break: break-word;
}
#content #playout-table td div{
float:left;
margin:3px;
}
#content tr.past{
background:#ccc;
}
@@ -36,15 +46,14 @@ table{
}
#content img{
width:100%;
width:60%;
height:100%;
}
#content div.ok,
#content div.warn,
#content div.error{
padding-top:3px;
padding-bottom:3px;
padding:3px;
margin:1px;
border-radius:4px;
text-align:center;