diff options
Diffstat (limited to 'template/default/style.css')
| -rw-r--r-- | template/default/style.css | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/template/default/style.css b/template/default/style.css index 0bcc6ff..da942c5 100644 --- a/template/default/style.css +++ b/template/default/style.css @@ -4,7 +4,9 @@ overflow-y: scroll; } /* avoid too small inputs/selects */ -*+html #epgsearch_new #use_extepg_settings table, +* + html #epgsearch_new #use_extepg_settings table { + width: 30%; +} * html #epgsearch_new #use_extepg_settings table { width: 30%; } @@ -541,9 +543,8 @@ body.help .heading { #timer_list .list { margin-top: 0.6em; } -#timer_list .blackline { - height: 1px; - background-color: black; +#timer_list .timers { + border-top: 1px solid black; } #timer_list .color_ok { background-color: #00a317; |
