From 50bda6afa07607c728ed8393c54ef1c41791f86a Mon Sep 17 00:00:00 2001 From: Thomas Keil Date: Thu, 4 Jan 2007 22:56:26 +0000 Subject: Added recordings --- css/styles.css | 31 +++++++++++++++++++++++++++++++ 1 file changed, 31 insertions(+) (limited to 'css/styles.css') diff --git a/css/styles.css b/css/styles.css index 8d17ee7..793e662 100644 --- a/css/styles.css +++ b/css/styles.css @@ -148,6 +148,37 @@ table.schedule tr.active { background: #DEE6EE; } +<# + ########################## + # Recordings + ########################## +#> + +table.recording { + margin-top: 10px; + border: 1px solid #6D96A9; +} + +table.recording tr td.head { + background: #6D96A9; + color: white; + font-weight: bold; + margin: 0; + padding: 3px; +} + +table.recording tr td { + vertical-align: top; + padding: 3px 7px 3px 3px; +} + + +table.recording tr.active { + background: #DEE6EE; +} + + + <# ########################## # Remote Control Keypad -- cgit v1.2.3