summaryrefslogtreecommitdiff
path: root/css/styles.css
diff options
context:
space:
mode:
Diffstat (limited to 'css/styles.css')
-rw-r--r--css/styles.css25
1 files changed, 6 insertions, 19 deletions
diff --git a/css/styles.css b/css/styles.css
index 326d816..9e15d29 100644
--- a/css/styles.css
+++ b/css/styles.css
@@ -309,11 +309,9 @@ table.schedule tr.active {
margin: 0px;
}
-.recordings img {
- border: 0px solid white;
-}
-
-.recording li {
+div.recording_item {
+ overflow: hidden;
+ border: 0px dotted green;
}
.recording_item div {
@@ -321,32 +319,21 @@ table.schedule tr.active {
}
.recording_item div.recording_day {
- width: 2.5em;
+ width: 2.25em;
}
.recording_item div.recording_date {
- width: 6em;
+ width: 5.25em;
}
.recording_item div.recording_time {
- width: 6em;
+ width: 5.75em;
}
.recording_item div.recording_name {
font-weight: bold;
}
-.recordings ul {
- clear: both;
-}
-
-.recording_item div.recording_clear {
- clear: both;
- width: 0px;
- height: 0px;
-}
-
-
/*
##############################
# Remote Control Keypad