1
0
forked from ARCG/openWebTrX
Files
openWebTrX-rms/htdocs/owt.css
2022-06-02 17:46:44 +02:00

45 lines
584 B
CSS

#owt_head
{
display: inline-block;
padding: 0px;
vertical-align: top;
margin-top: 20px;
}
#owt_head a
{
font-size: 11px;
text-decoration: underline;
color: #ccccff;
}
#owt_pids
{
width: 200px;
}
.owt_pid
{
width: calc(10% - 10px);
height: 5px;
display: inline-block;
margin-right: 1px;
background-color: #e6e7e8;
}
#owt_button
{
display: inline-block
}
#owt_ptt
{
background: #ff0000;
}
@media only screen and (max-height: 400px) {
#owt_head
{
margin-top: 3px !important;
}
#owt_ptt
{
margin-right: 20px;
margin-left: 10px;
}
}