diff options
author | Andreas Mair <mail (at) andreas (dot) vdr-developer (dot) org> | 2007-06-01 11:04:08 +0000 |
---|---|---|
committer | Andreas Mair <mail (at) andreas (dot) vdr-developer (dot) org> | 2007-06-01 11:04:08 +0000 |
commit | db8a490f134b2c48eb1ef89ce2fb1644c7961b61 (patch) | |
tree | 028beb7e7b449b06abe3f39df5cd102a4341c9a4 /css | |
parent | 4bb2cc172549bcf9f86a94e5d3d0d5ade5f91dfe (diff) | |
download | vdr-plugin-live-db8a490f134b2c48eb1ef89ce2fb1644c7961b61.tar.gz vdr-plugin-live-db8a490f134b2c48eb1ef89ce2fb1644c7961b61.tar.bz2 |
In list view:
- Added "switch channel" button.
- Added IMDb button.
- Added progress bar.
- Added station column.
- Toggle "list view" / "detail view" links.
Diffstat (limited to 'css')
-rw-r--r-- | css/styles.css | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/css/styles.css b/css/styles.css index 04b3caf..31d764a 100644 --- a/css/styles.css +++ b/css/styles.css @@ -440,6 +440,19 @@ div.station div div div a:hover { text-decoration: underline; } +td div.station { + vertical-align: middle; +} + +td div.station a { + color: black; + font-weight: bold; + text-decoration: none; +} + +td div.station a:hover { + text-decoration: underline; +} div.content { width: 253px; |