summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--skins/blue/style.css2
-rw-r--r--skins/lcars/style.css2
-rw-r--r--skins/snow/style.css2
-rw-r--r--skins/stone/style.css2
4 files changed, 8 insertions, 0 deletions
diff --git a/skins/blue/style.css b/skins/blue/style.css
index 2340dbf..31b56c6 100644
--- a/skins/blue/style.css
+++ b/skins/blue/style.css
@@ -81,9 +81,11 @@ width:160px;
}
div.recording {
+width:190px;
height:120px;
vertical-align:middle;
text-align:center;
+display: table-cell;
}
img.epgimages {
diff --git a/skins/lcars/style.css b/skins/lcars/style.css
index 8b19d77..df3c593 100644
--- a/skins/lcars/style.css
+++ b/skins/lcars/style.css
@@ -89,9 +89,11 @@ width:160px;
}
div.recording {
+width:215px;
height:120px;
vertical-align:middle;
text-align:center;
+display: table-cell;
}
img.epgimages {
diff --git a/skins/snow/style.css b/skins/snow/style.css
index 4994eb6..10a2432 100644
--- a/skins/snow/style.css
+++ b/skins/snow/style.css
@@ -81,9 +81,11 @@ width:160px;
}
div.recording {
+width:200px;
height:120px;
vertical-align:middle;
text-align:center;
+display: table-cell;
}
img.epgimages {
diff --git a/skins/stone/style.css b/skins/stone/style.css
index 23df58e..c68122c 100644
--- a/skins/stone/style.css
+++ b/skins/stone/style.css
@@ -83,9 +83,11 @@ width:160px;
}
div.recording {
+width:185px;
height:120px;
vertical-align:middle;
text-align:center;
+display: table-cell;
}
img.epgimages {