#1977 Campcaster-Web: Change 'On Air' text to 'Playing Scheduled Item'
This commit is contained in:
parent
5e5e380ac2
commit
7423f4a115
|
@ -839,7 +839,7 @@ table.masterpalette td{
|
||||||
padding-right: 5px;
|
padding-right: 5px;
|
||||||
font-family: bitstream-vera, verdana, helvetica;
|
font-family: bitstream-vera, verdana, helvetica;
|
||||||
font: #999;
|
font: #999;
|
||||||
width: 275px;
|
width: 150px;
|
||||||
height: 85px;
|
height: 85px;
|
||||||
border-right: 1px solid #ccc;
|
border-right: 1px solid #ccc;
|
||||||
border-bottom: 1px solid #ccc;
|
border-bottom: 1px solid #ccc;
|
||||||
|
@ -857,32 +857,29 @@ table.masterpalette td{
|
||||||
padding-right: 5px;
|
padding-right: 5px;
|
||||||
font-family: bitstream-vera, verdana, helvetica;
|
font-family: bitstream-vera, verdana, helvetica;
|
||||||
font: #999;
|
font: #999;
|
||||||
width: 85px;
|
width: 150px;
|
||||||
height: 85px;
|
height: 85px;
|
||||||
border-right: 1px solid #ccc;
|
border-right: 1px solid #ccc;
|
||||||
border-bottom: 1px solid #ccc;
|
border-bottom: 1px solid #ccc;
|
||||||
border-top: 1px solid #999;
|
border-top: 1px solid #999;
|
||||||
border-left: 1px solid #999;
|
border-left: 1px solid #999;
|
||||||
|
text-align: center;
|
||||||
}
|
}
|
||||||
|
|
||||||
#onair {
|
#onair {
|
||||||
margin-top: 30px;
|
margin-top: 10px;
|
||||||
text-transform: uppercase;
|
|
||||||
font-size: 14pt;
|
font-size: 14pt;
|
||||||
font-weight: bold;
|
font-weight: bold;
|
||||||
vertical-align: middle;
|
|
||||||
color: #A2C6D6;
|
color: #A2C6D6;
|
||||||
white-space: nowrap;
|
text-transform: uppercase;
|
||||||
}
|
}
|
||||||
|
|
||||||
#offair {
|
#offair {
|
||||||
margin-top: 30px;
|
margin-top: 30px;
|
||||||
text-transform: uppercase;
|
|
||||||
font-size: 14pt;
|
font-size: 14pt;
|
||||||
font-weight: bold;
|
font-weight: bold;
|
||||||
vertical-align: middle;
|
|
||||||
color: #999;
|
color: #999;
|
||||||
white-space: nowrap;
|
text-transform: uppercase;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue