mirror of
https://github.com/moparisthebest/SickRage
synced 2024-11-16 06:15:09 -05:00
Some changes to make the layout a bit better
This commit is contained in:
commit
1db512f2d8
@ -176,7 +176,7 @@ a{
|
|||||||
#header .wrapper {
|
#header .wrapper {
|
||||||
margin: 0 auto;
|
margin: 0 auto;
|
||||||
position: relative;
|
position: relative;
|
||||||
width: 960px;
|
width: 1250px;
|
||||||
}
|
}
|
||||||
#header a:hover {
|
#header a:hover {
|
||||||
background: none;
|
background: none;
|
||||||
@ -185,7 +185,7 @@ a{
|
|||||||
#header .showInfo .checkboxControls {
|
#header .showInfo .checkboxControls {
|
||||||
margin: 0 auto;
|
margin: 0 auto;
|
||||||
position: relative;
|
position: relative;
|
||||||
width: 960px;
|
width: 1250px;
|
||||||
}
|
}
|
||||||
|
|
||||||
#logo {
|
#logo {
|
||||||
@ -354,7 +354,7 @@ input:not(.btn){margin-right:6px;margin-top:5px;padding-top:4px;padding-bottom:4
|
|||||||
/* --------------------------------------------- */
|
/* --------------------------------------------- */
|
||||||
.footer {
|
.footer {
|
||||||
clear: both;
|
clear: both;
|
||||||
width: 960px;
|
width: 1250px;
|
||||||
text-align: center;
|
text-align: center;
|
||||||
padding-top: 5px;
|
padding-top: 5px;
|
||||||
padding-bottom: 5px;
|
padding-bottom: 5px;
|
||||||
@ -667,7 +667,7 @@ tr.snatched {
|
|||||||
height: 35px;
|
height: 35px;
|
||||||
}
|
}
|
||||||
.showInfo {
|
.showInfo {
|
||||||
width: 745px;
|
width: 1000px;
|
||||||
float: right;
|
float: right;
|
||||||
padding-top: 10px;
|
padding-top: 10px;
|
||||||
}
|
}
|
||||||
@ -737,7 +737,7 @@ div#summary tr td {
|
|||||||
line-height: 24px;
|
line-height: 24px;
|
||||||
margin: 0 auto;
|
margin: 0 auto;
|
||||||
padding: 105px 0 0;
|
padding: 105px 0 0;
|
||||||
width: 960px;
|
width: 1250px;
|
||||||
}
|
}
|
||||||
.showLegend {
|
.showLegend {
|
||||||
font-weight: 700;
|
font-weight: 700;
|
||||||
|
@ -141,9 +141,18 @@
|
|||||||
<i>Replace with:</i> <b><%=", ".join([Quality.qualityStrings[x] for x in sorted(bestQualities)])%></b>
|
<i>Replace with:</i> <b><%=", ".join([Quality.qualityStrings[x] for x in sorted(bestQualities)])%></b>
|
||||||
#end if
|
#end if
|
||||||
#end if
|
#end if
|
||||||
|
|
||||||
<tr><td class="showLegend">Scene Name:</td><td>#if $show.exceptions then $exceptions_string else $show.name#</td></tr>
|
<tr><td class="showLegend">Scene Name:</td><td>#if $show.exceptions then $exceptions_string else $show.name#</td></tr>
|
||||||
</td></tr>
|
</td></tr>
|
||||||
|
#if $all_scene_exceptions:
|
||||||
|
<tr>
|
||||||
|
<td class="showLegend">Alternate Scene Names:</td>
|
||||||
|
<td>
|
||||||
|
#for $one_exception in sorted($all_scene_exceptions)
|
||||||
|
$one_exception<br />
|
||||||
|
#end for
|
||||||
|
</td>
|
||||||
|
</tr>
|
||||||
|
#end if
|
||||||
</table>
|
</table>
|
||||||
<td style="float: right;">
|
<td style="float: right;">
|
||||||
<table>
|
<table>
|
||||||
@ -158,16 +167,6 @@
|
|||||||
#if $bestQualities
|
#if $bestQualities
|
||||||
<tr><td class="showLegend">Archive First Match: </td><td><img src="$sbRoot/images/#if int($show.archive_firstmatch) == 1 then "yes16.png\" alt=\"Y" else "no16.png\" alt=\"N"#" width="16" height="16" /></td></tr>
|
<tr><td class="showLegend">Archive First Match: </td><td><img src="$sbRoot/images/#if int($show.archive_firstmatch) == 1 then "yes16.png\" alt=\"Y" else "no16.png\" alt=\"N"#" width="16" height="16" /></td></tr>
|
||||||
#end if
|
#end if
|
||||||
#if $all_scene_exceptions:
|
|
||||||
<tr>
|
|
||||||
<td class="showLegend">Alternate Scene Names:</td>
|
|
||||||
<td>
|
|
||||||
#for $one_exception in sorted($all_scene_exceptions)
|
|
||||||
$one_exception<br />
|
|
||||||
#end for
|
|
||||||
</td>
|
|
||||||
</tr>
|
|
||||||
#end if
|
|
||||||
</table>
|
</table>
|
||||||
</td>
|
</td>
|
||||||
</tr>
|
</tr>
|
||||||
|
Loading…
Reference in New Issue
Block a user