diff options
Diffstat (limited to 'contrib/user.css.example')
-rw-r--r-- | contrib/user.css.example | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/contrib/user.css.example b/contrib/user.css.example index 7e212b2..2bbac1b 100644 --- a/contrib/user.css.example +++ b/contrib/user.css.example @@ -25,3 +25,26 @@ #prog_summary .epg_summary { overflow: auto; } + +/* + Workaround for scrollbar problem in InternetExplorer. +*/ +table#heading, +table.list, +table#buttons, +div#buttons, +#at_timer_new .group, +#timer_new .group, +#rec_edit .group, +#vdr_cmds .group, +#about .group, +#config .group { + width: 95%; +} + +/* + Change color of links from EPG title to prog_detail. +*/ +.epg_title a { + color: blue; +} |