diff options
author | Dieter Hametner <dh (plus) vdr (at) gekrumbel (dot) de> | 2007-03-31 11:35:37 +0000 |
---|---|---|
committer | Dieter Hametner <dh (plus) vdr (at) gekrumbel (dot) de> | 2007-03-31 11:35:37 +0000 |
commit | d7c50585bded4f1b1039347b24b136ee9d4a4fb2 (patch) | |
tree | 9ef64653042a699a1f9ccc9821ee29290c634391 /css | |
parent | 890ac85856fa53792558422550ce24d82c469a66 (diff) | |
download | vdr-plugin-live-d7c50585bded4f1b1039347b24b136ee9d4a4fb2.tar.gz vdr-plugin-live-d7c50585bded4f1b1039347b24b136ee9d4a4fb2.tar.bz2 |
- [MB] fixed table design searchtimers
- [MB] replaced normal buttons in remote with graphical buttons
- [MB] added power button in remote
Diffstat (limited to 'css')
-rw-r--r-- | css/styles.css | 101 |
1 files changed, 84 insertions, 17 deletions
diff --git a/css/styles.css b/css/styles.css index 3cbee62..5875838 100644 --- a/css/styles.css +++ b/css/styles.css @@ -554,33 +554,100 @@ div.recording_item { ############################## */ -table.keypad { - margin-top: 10px; - border: 1px solid #6D96A9; +div.screenshot { + float: left; + margin-right: 20px; } -table.keypad tr td.button button { - width: 4em; +button.redbutton { + width: 36px; + height: 17px; + background-color: inherit; + background-image: url(remote_button_red.png); + background-repeat: no-repeat; + color: #FFFFFF; + font-size: 11px; + border: 0px; + vertical-align: middle; + text-align: center; + cursor: pointer; +} + +button.greenbutton { + width: 36px; + height: 17px; + background-color: inherit; + background-image: url(remote_button_green.png); + background-repeat: no-repeat; + color: #FFFFFF; + font-size: 11px; + border: 0px; + vertical-align: middle; + text-align: center; + cursor: pointer; +} + +button.yellowbutton { + width: 36px; + height: 17px; + background-color: inherit; + background-image: url(remote_button_yellow.png); + background-repeat: no-repeat; + color: #FFFFFF; + font-size: 11px; + border: 0px; + vertical-align: middle; + text-align: center; + cursor: pointer; +} + +button.bluebutton { + width: 36px; + height: 17px; + background-color: inherit; + background-image: url(remote_button_blue.png); + background-repeat: no-repeat; + color: #FFFFFF; + font-size: 11px; + border: 0px; + vertical-align: middle; + text-align: center; + cursor: pointer; +} + + +button.greybutton { + width: 51px; + height: 17px; + background-color: inherit; + background-image: url(remote_button_grey.png); + background-repeat: no-repeat; + color: #FFFFFF; + font-size: 11px; + border: 0px; + vertical-align: middle; + text-align: center; + cursor: pointer; } -table.keypad tr td.redbutton button { - width: 3em; - background-color: #FF0000; +table.keypad { + border: 1px solid #6D96A9; +} + +table.keypad td.button { + text-align: center; } -table.keypad tr td.greenbutton button { - width: 3em; - background-color: #00FF00; +table.keypad tr td.button button { + padding: 0; } -table.keypad tr td.yellowbutton button { - width: 3em; - background-color: #FFFF00; +table.colorbutton { + width: 100%; } -table.keypad tr td.bluebutton button { - width: 3em; - background-color: #0000FF; +table.colorbutton td.colorbutton { + text-align: center; } /* |