mirror of
https://github.com/Radarr/Radarr.git
synced 2024-11-04 10:02:40 +01:00
Made TheTvDb icon layout cleaner.
This commit is contained in:
parent
0ba781fd32
commit
3a3ba146d6
@ -65,7 +65,7 @@ function bindSeriesAutoComplete(selector) {
|
||||
.data("autocomplete")._renderItem = function (ul, item) {
|
||||
return $("<li></li>")
|
||||
.data("item.autocomplete", item)
|
||||
.append("<a>" + item.DisplayedTitle + "<div class='tvDbLink' rel='" + item.Url + "'></div></a>")
|
||||
.append("<a>" + item.DisplayedTitle + "<img src='../../Content/Images/thetvdb.png' class='tvDbLink' title='Click to see series details from TheTVDB' rel='" + item.Url + "' /></a>")
|
||||
.appendTo(ul);
|
||||
};
|
||||
});
|
||||
|
@ -38,12 +38,6 @@
|
||||
}
|
||||
|
||||
.tvDbLink {
|
||||
color: #065EFE;
|
||||
background-repeat: no-repeat;
|
||||
background-position: 5px center;
|
||||
background-image:url('../../Content/Images/thetvdb.png');
|
||||
width: 22px;
|
||||
height: 20px;
|
||||
float: right;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user