Files
racalmas/website/agenda/planung/css/audio_recordings.css
Milan 60aa3387f0 verify uploads and playout
check if attributes for uploaded audio match expected ranges and mark
them by colors to help finding issues with duration, channels, RMS, mode
(CBR, ABR), bitrate.

increase upload limit to 400 MB for audio
2019-06-30 01:26:06 +02:00

40 lines
480 B
CSS

img{
margin-right :1em;
margin-bottom :1em;
vertical-align:middle
}
#content div.panel{
padding:1em;
}
h2 {
line-height:1.5em;
}
.thin{
font-weight:100;
}
th{
text-align:center;
}
#progressBar{
width:100%;
height:1rem;
border:0;
box-shadow:#888 2px 2px 1px 1px;
}
#content div.ok,
#content div.warn,
#content div.error{
padding-top:3px;
padding-bottom:3px;
margin:1px;
border-radius:4px;
text-align:center;
}