diff options
author | Christian Wieninger <cwieninger (at) gmx (dot) de> | 2007-05-08 13:21:06 +0000 |
---|---|---|
committer | Christian Wieninger <cwieninger (at) gmx (dot) de> | 2007-05-08 13:21:06 +0000 |
commit | 805c2d6fec9d9b88d9d3d6e4cd8dcac33d062533 (patch) | |
tree | e095d485648019a86750d8960c0a5cca3189cfd0 | |
parent | a9ae4f2492549e0803d5945db47c2ee5da45a20e (diff) | |
download | vdr-plugin-live-805c2d6fec9d9b88d9d3d6e4cd8dcac33d062533.tar.gz vdr-plugin-live-805c2d6fec9d9b88d9d3d6e4cd8dcac33d062533.tar.bz2 |
- added css style to 'a' in timers table
-rw-r--r-- | css/styles.css | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/css/styles.css b/css/styles.css index 734788b..46f21b0 100644 --- a/css/styles.css +++ b/css/styles.css @@ -154,6 +154,9 @@ div.menu form { } div.inhalt { + height: 200; + width: 100% + overflow: auto; padding: 10px; } @@ -520,6 +523,13 @@ table.timers tr.description td { background: #E9EFFF; } +table.timers a { + text-decoration: none; + color: black; + font-weight: bold; +} + + /* ############################## # Schedule |