diff --git a/dashboard-ui/css/livetv.css b/dashboard-ui/css/livetv.css
index a697f935e1..5f3b08ba65 100644
--- a/dashboard-ui/css/livetv.css
+++ b/dashboard-ui/css/livetv.css
@@ -25,7 +25,7 @@
top: 0;
left: 0;
bottom: 0;
- border-bottom: 1px solid #555;
+ border-bottom: 1px solid #444;
}
.tvProgramTimeSlotInner {
@@ -34,12 +34,15 @@
.tvProgramInfo {
vertical-align: middle;
- border-left: 1px solid #444;
padding: .5em .5em;
- margin-left: 80px;
border-bottom: 1px solid #444;
}
+.tvProgramTimeSlot + .tvProgramInfo {
+ margin-left: 80px;
+ border-left: 1px solid #444;
+}
+
.tvProgramName {
color: #fff;
font-weight: bold;
diff --git a/dashboard-ui/livetvseriestimer.html b/dashboard-ui/livetvseriestimer.html
index f0be3e6553..c37d48f17e 100644
--- a/dashboard-ui/livetvseriestimer.html
+++ b/dashboard-ui/livetvseriestimer.html
@@ -100,7 +100,7 @@
-