diff --git a/CHANGES.md b/CHANGES.md
index e7cccf31..2e972c8a 100644
--- a/CHANGES.md
+++ b/CHANGES.md
@@ -36,6 +36,7 @@
* Fix a handler when EpisodeData is not available in TVDB and TVRage APIs
* Add TVRage "Canceled/Ended" as "Ended" status to sort on Simple Layout of Show List page
* Fix qtips on Display Show and Config Post Processing
+* Fix glitch above rating stars on Display Show page
[develop changelog]
* Fix typo for commit "ShowData handler" i.e. SHA-1:3eec217
diff --git a/gui/slick/css/dark.css b/gui/slick/css/dark.css
index d60712dd..40ffbc0e 100644
--- a/gui/slick/css/dark.css
+++ b/gui/slick/css/dark.css
@@ -960,12 +960,6 @@ home_postprocess.tmpl
displayShow.tmpl
========================================================================== */
-#posterCol {
- float: left;
- margin-right: 10px;
- margin-bottom: 20px;
-}
-
#showCol {
overflow: hidden;
margin-bottom: 20px;
@@ -1007,24 +1001,8 @@ h1.title {
top: -3px;
}
-span.imdbstars {
- display: inline-block;
- vertical-align: top;
- cursor: help;
- margin-top: 4px;
-}
-
span.imdbstars, span.imdbstars > * {
- height: 12px;
background: url(../images/rating.png) 0 -12px repeat-x;
- width: 120px;
- display: inline-block;
- vertical-align: top;
-}
-
-span.imdbstars > * {
- background-position: 0 0;
- max-width:120px;
}
ul.tags {
diff --git a/gui/slick/css/light.css b/gui/slick/css/light.css
index 288c80cc..1bcefbb2 100644
--- a/gui/slick/css/light.css
+++ b/gui/slick/css/light.css
@@ -947,12 +947,6 @@ home_postprocess.tmpl
displayShow.tmpl
========================================================================== */
-#posterCol {
- float: left;
- margin-right: 10px;
- margin-bottom: 20px;
-}
-
#showCol {
overflow: hidden;
margin-bottom: 20px;
@@ -996,24 +990,8 @@ h1.title {
top: -3px;
}
-span.imdbstars {
- display: inline-block;
- vertical-align: top;
- cursor: help;
- margin-top: 4px;
-}
-
span.imdbstars, span.imdbstars > * {
- height: 12px;
background: url(../images/rating.png) 0 -12px repeat-x;
- width: 120px;
- display: inline-block;
- vertical-align: top;
-}
-
-span.imdbstars > * {
- background-position: 0 0;
- max-width:120px;
}
ul.tags {
diff --git a/gui/slick/css/style.css b/gui/slick/css/style.css
index f15cf1d0..28283201 100644
--- a/gui/slick/css/style.css
+++ b/gui/slick/css/style.css
@@ -971,8 +971,7 @@ displayShow.tmpl
#posterCol {
float: left;
- margin-right: 10px;
- margin-bottom: 20px;
+ margin: 3px 10px 20px 0;
}
#showCol {
@@ -1019,23 +1018,34 @@ h1.title {
}
span.imdbstars {
- display: inline-block;
- vertical-align: top;
+ display: inline-block;
+ margin: 0 3px 0 0;
+ vertical-align: baseline;
cursor: help;
- margin-top: 4px;
}
-
+span.imdbstars > * {
+ background-position: 0 0 !important;
+ max-width:120px;
+}
span.imdbstars, span.imdbstars > * {
height: 12px;
- background: url(../images/rating.png) 0 -12px repeat-x;
width: 120px;
display: inline-block;
- vertical-align: top;
+ font-size:10px
}
-span.imdbstars > * {
- background-position: 0 0;
- max-width:120px;
+#showinfo .flag {
+ margin: 0 3px 0 0;
+ vertical-align: baseline;
+}
+
+#showinfo .imdb-info {
+ margin: 0 3px 0 0;
+}
+
+#showinfo a.service {
+ margin: 0 3px 0 0;
+ font-size: 16px;
}
ul.tags {
diff --git a/gui/slick/interfaces/default/displayShow.tmpl b/gui/slick/interfaces/default/displayShow.tmpl
index 022966e4..44e70645 100644
--- a/gui/slick/interfaces/default/displayShow.tmpl
+++ b/gui/slick/interfaces/default/displayShow.tmpl
@@ -163,17 +163,17 @@
#else
#if 'country_codes' in $show.imdb_info:
#for $country in $show.imdb_info['country_codes'].split('|')
-
+
#end for
#end if
#if 'year' in $show.imdb_info:
- ($show.imdb_info['year']) - $show.imdb_info['runtimes'] minutes -
+ ($show.imdb_info['year']) - $show.imdb_info['runtimes'] minutes
#end if
-
+
#end if
-
+
#if $xem_numbering or $xem_absolute_numbering:
-
+
#end if