tcp_qprintf(tq, "<div style=\"float: left; width: 6%\"> </div>");
- tcp_qprintf(tq, "<div style=\"float: left; width: 25%\">"
+ tcp_qprintf(tq, "<div style=\"float: left; width: 31%\">"
"Channel</div>");
- tcp_qprintf(tq, "<div style=\"float: left; width: 6%\">"
- "Bah</div>");
-
tcp_qprintf(tq, "</div><hr>");
"<img id=\"map%s\" src=\"/gfx/unmapped.png\"></a></div>",
t->tht_identifier, t->tht_identifier);
- tcp_qprintf(tq, "<div id=\"chname%s\" style=\"float: left; width: 25%\">",
+ tcp_qprintf(tq, "<div id=\"chname%s\" style=\"float: left; width: 26%\">",
t->tht_identifier);
if(t->tht_channel == NULL) {
- tcp_qprintf(tq, "<div style=\"float: left; width: 6%\">"
+ tcp_qprintf(tq, "<div style=\"float: left; width: 5%\">"
"<input id=\"sel_%s\" type=\"checkbox\" class=\"nicebox\">"
"</div>", t->tht_identifier);