From f04236038448cce41ff2af10e2d0ccfcd8df378a Mon Sep 17 00:00:00 2001 From: Andreas Mair Date: Fri, 7 Jul 2006 11:43:39 +0200 Subject: 2006-07-07: 3.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). --- contrib/user.css.example | 27 +++++++++++++++++++++++++++ 1 file changed, 27 insertions(+) create mode 100644 contrib/user.css.example (limited to 'contrib/user.css.example') diff --git a/contrib/user.css.example b/contrib/user.css.example new file mode 100644 index 0000000..7e212b2 --- /dev/null +++ b/contrib/user.css.example @@ -0,0 +1,27 @@ +/* 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; +} -- cgit v1.2.3