diff --git a/htmlui.c b/htmlui.c
index 3e3cd471..a58cc3bb 100644
--- a/htmlui.c
+++ b/htmlui.c
@@ -177,6 +177,9 @@ html_header(tcp_queue_t *tq, const char *title, int javascript, int width,
".over {float: left}\r\n"
".toptxt {float: left; width: 165px; text-align: center}\r\n"
""
+ ".knapp {border: 1px dotted #000000; background: #ddddaa} "
+ ".knapp:hover {border: 1px dotted #000000; background: #aaaa66} "
+ ""
"#meny {margin: 0; padding: 0}\r\n"
"#meny li{display: inline; list-style-type: none;}\r\n"
"#meny a{padding: 1.15em 0.8em; text-decoration: none;}\r\n"
@@ -687,20 +690,20 @@ page_event(http_connection_t *hc, const char *remain, void *opaque)
case HTSTV_PVR_STATUS_SCHEDULED:
case HTSTV_PVR_STATUS_RECORDING:
tcp_qprintf(&tq,
- "");
break;
case HTSTV_PVR_STATUS_NONE:
tcp_qprintf(&tq,
- "");
break;
default:
tcp_qprintf(&tq,
- "");
break;
@@ -1280,16 +1283,16 @@ page_chgroups(http_connection_t *hc, const char *remain, void *opaque)
tcp_qprintf(&tq, "%s (%d channels)
", tcg->tcg_name, cnt);
tcp_qprintf(&tq,
- " ", tcg->tcg_tag);
tcp_qprintf(&tq,
- " ", tcg->tcg_tag);
if(tcg->tcg_cant_delete_me == 0) {
tcp_qprintf(&tq,
- "", tcg->tcg_tag);
}
@@ -1304,7 +1307,7 @@ page_chgroups(http_connection_t *hc, const char *remain, void *opaque)
box_top(&tq, "box");
tcp_qprintf(&tq, "