]> git.ipfire.org Git - thirdparty/tvheadend.git/commitdiff
layout cleanup
authorAndreas Öman <andreas@lonelycoder.com>
Mon, 7 Apr 2008 20:43:06 +0000 (20:43 +0000)
committerAndreas Öman <andreas@lonelycoder.com>
Mon, 7 Apr 2008 20:43:06 +0000 (20:43 +0000)
ajaxui/ajaxui_config_transport.c

index 3505e9fbbdd1a7920c8d1b5eb6102d4f09eec60a..4daf7c7e83a46bf665b662fe1a9f6a5fa034c126 100644 (file)
@@ -134,12 +134,9 @@ ajax_transport_build_list(tcp_queue_t *tq, struct th_transport_list *tlist)
 
   tcp_qprintf(tq, "<div style=\"float: left; width: 6%\">&nbsp;</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>");
 
 
@@ -175,7 +172,7 @@ ajax_transport_build_list(tcp_queue_t *tq, struct th_transport_list *tlist)
                "<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) {
@@ -197,7 +194,7 @@ ajax_transport_build_list(tcp_queue_t *tq, struct th_transport_list *tlist)
 
 
 
-    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);