diff options
| author | Andreas Mair <amair.sob@googlemail.com> | 2006-07-07 11:43:39 +0200 |
|---|---|---|
| committer | Andreas Mair <amair.sob@googlemail.com> | 2006-07-07 11:43:39 +0200 |
| commit | f04236038448cce41ff2af10e2d0ccfcd8df378a (patch) | |
| tree | 33979f482e9c11cf86a0ba10c3d0ed47a1e3d1a4 /user.css.example | |
| parent | ada389d94b34bfef75be700a6cb4e3f05ee102ff (diff) | |
| download | vdradmin-am-f04236038448cce41ff2af10e2d0ccfcd8df378a.tar.gz vdradmin-am-f04236038448cce41ff2af10e2d0ccfcd8df378a.tar.bz2 | |
2006-07-07: 3.4.6rcv3.4.6rc
- Replaced: Makefiles by make.sh (run "./make.sh" for usage information").
- Removed: LinVDR logo.
- Changed: colors in timeline.
- Fixed: layout problems in prog_summary detail view (Reported by Sven Soltau).
- Fixed: moving forward/backward at the end/start of a month (Reported by foobar42).
Diffstat (limited to 'user.css.example')
| -rw-r--r-- | user.css.example | 27 |
1 files changed, 0 insertions, 27 deletions
diff --git a/user.css.example b/user.css.example deleted file mode 100644 index 7e212b2..0000000 --- a/user.css.example +++ /dev/null @@ -1,27 +0,0 @@ -/* The user.css is mainly an example to demonstrate the possibilities */ - -/* - Disable items in navigation bar. - For valid ids read navigation.html. -*/ -#rc { - display: none; -} -#tv { - display: none; -} - -/* - Disable action icons. - e.g.: close, switch, record, imdb, info, stream -*/ -/* disable info and stream buttons in lists */ -.list .action.info, -.list .action.stream { - display: none; -} - -/* Disable scrollbars in prog_summary detail view. */ -#prog_summary .epg_summary { - overflow: auto; -} |
