diff options
author | Dieter Hametner <dh (plus) vdr (at) gekrumbel (dot) de> | 2007-02-22 23:51:56 +0000 |
---|---|---|
committer | Dieter Hametner <dh (plus) vdr (at) gekrumbel (dot) de> | 2007-02-22 23:51:56 +0000 |
commit | 3ef60cf2f005573ad9c11a7b5765e0bd4d65c5a0 (patch) | |
tree | 30c3642b0f583316b1aef3affe0c167b2755fc27 /css/styles.css | |
parent | 4c0d3398fc6444169ee47935b9ab814eb3929e72 (diff) | |
download | vdr-plugin-live-3ef60cf2f005573ad9c11a7b5765e0bd4d65c5a0.tar.gz vdr-plugin-live-3ef60cf2f005573ad9c11a7b5765e0bd4d65c5a0.tar.bz2 |
- Polling in status box can now be toggled between active and inactive.
Diffstat (limited to 'css/styles.css')
-rw-r--r-- | css/styles.css | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/css/styles.css b/css/styles.css index cd5b8c7..be76a35 100644 --- a/css/styles.css +++ b/css/styles.css @@ -157,12 +157,12 @@ div#infobox { float: left; border: 1px solid #C0C1DA; margin: 5px; - width: 300px; + width: 320px; } div#infobox div.st_header { overflow: hidden; - padding: 4px; + padding: 1px 4px; background: #E9EFFF; border-bottom: 1px solid #C0C1DA; } |