diff options
author | Thomas Keil <tkeil (at) datacrystal (dot) de> | 2007-01-04 22:56:26 +0000 |
---|---|---|
committer | Thomas Keil <tkeil (at) datacrystal (dot) de> | 2007-01-04 22:56:26 +0000 |
commit | 50bda6afa07607c728ed8393c54ef1c41791f86a (patch) | |
tree | e6e804f55e9715c6cecbb7c5d236f3781cc759fb /css | |
parent | 710c48f908290c52b93e57e29741fcd0696b2d22 (diff) | |
download | vdr-plugin-live-50bda6afa07607c728ed8393c54ef1c41791f86a.tar.gz vdr-plugin-live-50bda6afa07607c728ed8393c54ef1c41791f86a.tar.bz2 |
Added recordings
Diffstat (limited to 'css')
-rw-r--r-- | css/styles.css | 31 |
1 files changed, 31 insertions, 0 deletions
diff --git a/css/styles.css b/css/styles.css index 8d17ee7..793e662 100644 --- a/css/styles.css +++ b/css/styles.css @@ -150,6 +150,37 @@ table.schedule tr.active { <# ########################## + # 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 ########################## #> |