Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Updated CSS for webui epg-image
  • Loading branch information
tunip authored and perexg committed Sep 23, 2016
1 parent d75255c commit f2a91b8
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions src/webui/static/app/ext.css
Expand Up @@ -706,6 +706,23 @@
margin: 5px 5px 5px 10px;
}

.x-epg-image{
float: right;
margin-left: 5px;
margin-right: 5px;
margin-bottom: 5px;
width: 20%;
}

.x-epg-image:hover{
transform: scale(1.7,1.7);
transform-origin: right;
}

.x-epg-genre {
margin-left: 5px;
}

.tv-video-player {
margin-right: auto;
margin-left : auto;
Expand Down

0 comments on commit f2a91b8

Please sign in to comment.