summaryrefslogtreecommitdiff
path: root/css
diff options
context:
space:
mode:
authorThomas Keil <tkeil (at) datacrystal (dot) de>2007-03-25 13:21:42 +0000
committerThomas Keil <tkeil (at) datacrystal (dot) de>2007-03-25 13:21:42 +0000
commit4e8c17d9c329c21ac266837b52f30bec52066dc7 (patch)
tree6962acd4e10a2cd21e325e9c433fee63a63db420 /css
parentf30f50cbb37d23888707947608102145406fe4cc (diff)
downloadvdr-plugin-live-4e8c17d9c329c21ac266837b52f30bec52066dc7.tar.gz
vdr-plugin-live-4e8c17d9c329c21ac266837b52f30bec52066dc7.tar.bz2
Fixed some stuff
Diffstat (limited to 'css')
-rw-r--r--css/styles.css28
1 files changed, 24 insertions, 4 deletions
diff --git a/css/styles.css b/css/styles.css
index 4d7cff3..3cbee62 100644
--- a/css/styles.css
+++ b/css/styles.css
@@ -228,6 +228,7 @@ div.head_box_m {
padding: 0;
}
+
div.head_box_r {
background-image: url(bg_header_r.png);
background-position: top right;
@@ -305,6 +306,17 @@ div.station div div div {
font-weight: bold;
}
+div.station div div div a {
+ color: #ffffff;
+ font-weight: bold;
+ text-decoration: none;
+}
+
+div.station div div div a:hover {
+ text-decoration: underline;
+}
+
+
div.content {
width: 253px;
height: 220px;
@@ -391,24 +403,32 @@ div.__progress div.__elapsed {
*/
table.timers {
+ padding: 0;
+ margin: 0;
margin-top: 10px;
- border: 1px solid #6D96A9;
}
table.timers tr td {
padding: 3px 7px 3px 3px;
}
+table.timers tr td.border {
+ padding: 0;
+ margin: 0;
+ width: 1px;
+}
+
table.timers tr.active {
background: #DEE6EE;
}
-table.timers tr td.head {
- background: #6D96A9;
+table.timers tr.head td {
color: white;
font-weight: bold;
margin: 0;
- padding: 3px;
+ padding: 0;
+ background: url(bg_box_h.png) repeat-x;
+ height: 23px;
}
/*