#1977 Campcaster-Web: Change 'On Air' text to 'Playing Scheduled Item'

This commit is contained in:
sebastian 2010-02-10 19:33:45 +00:00
parent 5e5e380ac2
commit 7423f4a115
1 changed files with 6 additions and 9 deletions

View File

@ -839,7 +839,7 @@ table.masterpalette td{
padding-right: 5px;
font-family: bitstream-vera, verdana, helvetica;
font: #999;
width: 275px;
width: 150px;
height: 85px;
border-right: 1px solid #ccc;
border-bottom: 1px solid #ccc;
@ -857,32 +857,29 @@ table.masterpalette td{
padding-right: 5px;
font-family: bitstream-vera, verdana, helvetica;
font: #999;
width: 85px;
width: 150px;
height: 85px;
border-right: 1px solid #ccc;
border-bottom: 1px solid #ccc;
border-top: 1px solid #999;
border-left: 1px solid #999;
text-align: center;
}
#onair {
margin-top: 30px;
text-transform: uppercase;
margin-top: 10px;
font-size: 14pt;
font-weight: bold;
vertical-align: middle;
color: #A2C6D6;
white-space: nowrap;
text-transform: uppercase;
}
#offair {
margin-top: 30px;
text-transform: uppercase;
font-size: 14pt;
font-weight: bold;
vertical-align: middle;
color: #999;
white-space: nowrap;
text-transform: uppercase;
}