diff options
author | Andreas Mair <amair.sob@googlemail.com> | 2006-11-02 11:46:31 +0100 |
---|---|---|
committer | Andreas Mair <amair.sob@googlemail.com> | 2006-11-02 11:46:31 +0100 |
commit | a78c3948944974fc7212a2e6c38320ac4889c0d1 (patch) | |
tree | 7bb2583c8c49468bd7e9b35ee0f05b3644569bbe /template/default/style.css | |
parent | 24b39843b935f8a37b2d9dc909a530b771a61c1f (diff) | |
download | vdradmin-am-3.5.0rc.tar.gz vdradmin-am-3.5.0rc.tar.bz2 |
2006-11-02: 3.5.0rcv3.5.0rc
- Minor bugfixes.
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; |