Private GIT

Skip to content
Snippets Groups Projects
Commit e4c503a9 authored by Sarakha63's avatar Sarakha63
Browse files

corrected size of french column and banner view to fit template

parent 10c3d234
No related branches found
No related tags found
No related merge requests found
......@@ -68,7 +68,7 @@ img {
border: 3px solid #FFFFFF;
box-shadow: 1px 1px 2px 0 #555555;
float: left;
height: 52px;
height: 48px;
overflow: hidden;
}
......@@ -85,12 +85,11 @@ img {
}
.imgHomeWrapper .banner {
height: 52px;
overflow: hidden;
border-radius: 8px;
vertical-align: top;
height: auto;
width: 300px;
width: 270px;
border-radius: 8px;
}
.imgHomeWrapperbig {
......
......@@ -154,7 +154,7 @@
<table id="showListTable" class="sickbeardTable tablesorter" cellspacing="1" border="0" cellpadding="0">
<thead><tr><th class="nowrap">Next Ep</th>#if $layout=="poster" then "<th>Poster</th>" else "<th style='display: none;'></th>"#<th>Show</th><th>Network</th><th>Quality</th><th>Downloads</th><th>French</th><th>Active</th><th>Audio</th><th>Status</th></tr></thead>
<thead><tr><th class="nowrap">Next Ep</th>#if $layout=="poster" then "<th>Poster</th>" else "<th style='display: none;'></th>"#<th>Show</th><th>Network</th><th>Quality</th><th>Downloads</th><th>French Ep</th><th>Active</th><th>Audio</th><th>Status</th></tr></thead>
<tfoot>
<tr>
<th rowspan="1" colspan="1" align="center"><a href="$sbRoot/home/addShows/">&nbsp Add Show</a></th>
......@@ -258,9 +258,9 @@ $myShowList.sort(lambda x, y: cmp(x.name, y.name))
<td align="center" style="color: #555555;font-weight:bold;">
#if $layout != 'simple':
#if $curShow.network:
<img id="network" width="44.8" height="22.4" src="$sbRoot/images/network/${curShow.network.lower()}.png" alt="$curShow.network" title="$curShow.network" />
<img id="network" width="60" height="30" src="$sbRoot/images/network/${curShow.network.lower()}.png" alt="$curShow.network" title="$curShow.network" />
#else:
<img id="network" width="44.8" height="22.4" src="$sbRoot/images/network/nonetwork.png" alt="No Network" title="No Network" />
<img id="network" width="60" height="30" src="$sbRoot/images/network/nonetwork.png" alt="No Network" title="No Network" />
#end if
#else:
$curShow.network
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment