diff --git a/campcaster/src/modules/htmlUI/var/html/styles_livesupport.css b/campcaster/src/modules/htmlUI/var/html/styles_livesupport.css index d4eadec11..d63a0d0e1 100644 --- a/campcaster/src/modules/htmlUI/var/html/styles_livesupport.css +++ b/campcaster/src/modules/htmlUI/var/html/styles_livesupport.css @@ -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; }