diff options
author | Dieter Hametner <dh (plus) vdr (at) gekrumbel (dot) de> | 2007-01-06 21:48:26 +0000 |
---|---|---|
committer | Dieter Hametner <dh (plus) vdr (at) gekrumbel (dot) de> | 2007-01-06 21:48:26 +0000 |
commit | 46af948c42ad440f62ad931eef65e33c7e863ff2 (patch) | |
tree | 7d6ea83b9b3bdd020b6f888db9db4a85ec9e52fd /css | |
parent | 3155e0fa9b133aa5c296e324de2c1f657b1bd31d (diff) | |
download | vdr-plugin-live-46af948c42ad440f62ad931eef65e33c7e863ff2.tar.gz vdr-plugin-live-46af948c42ad440f62ad931eef65e33c7e863ff2.tar.bz2 |
Collapsable treeview of recordings working
Diffstat (limited to 'css')
-rw-r--r-- | css/styles.css | 51 |
1 files changed, 15 insertions, 36 deletions
diff --git a/css/styles.css b/css/styles.css index c6a31a7..d13ef79 100644 --- a/css/styles.css +++ b/css/styles.css @@ -134,11 +134,9 @@ table.timers tr td.head { padding: 3px; } -<# - ########################## - # Schedule - ########################## -#> +/* + * Schedule + */ table.schedule { margin-top: 10px; @@ -163,42 +161,23 @@ table.schedule tr.active { background: #DEE6EE; } -<# - ########################## - # Recordings - ########################## -#> +/* + * Recordings + */ -table.recording { - margin-top: 10px; - border: 1px solid #6D96A9; +.recordings ul { + list-style-type: none; + /* padding: 0px; */ + margin: 0px; } -table.recording tr td.head { - background: #6D96A9; - color: white; - font-weight: bold; - margin: 0; - padding: 3px; +.recordings img { + border: 0px solid white; } -table.recording tr td { - vertical-align: top; - padding: 3px 7px 3px 3px; -} - - -table.recording tr.active { - background: #DEE6EE; -} - - - -<# - ########################## - # Remote Control Keypad - ########################## -#> +/* + * Remote Control Keypad + */ table.keypad { margin-top: 10px; |