template layout fixes
This commit is contained in:
parent
2c195e286c
commit
fbbe7a9914
|
@ -62,7 +62,7 @@ $:render.header(_('Torrent list'))
|
||||||
$:(sort_head('download_rate', _('Download')))
|
$:(sort_head('download_rate', _('Download')))
|
||||||
$:(sort_head('upload_rate', _('Upload')))
|
$:(sort_head('upload_rate', _('Upload')))
|
||||||
$:(sort_head('eta', _('Eta')))
|
$:(sort_head('eta', _('Eta')))
|
||||||
$:(sort_head('distributed_copies', _('Ava')))
|
$:(sort_head('distributed_copies', _('Avail')))
|
||||||
$:(sort_head('ratio', _('Ratio')))
|
$:(sort_head('ratio', _('Ratio')))
|
||||||
</tr>
|
</tr>
|
||||||
</thead>
|
</thead>
|
||||||
|
|
|
@ -123,7 +123,7 @@ body.inner {
|
||||||
margin: 0;
|
margin: 0;
|
||||||
padding:0;
|
padding:0;
|
||||||
text-align:left;
|
text-align:left;
|
||||||
height:20px;
|
height:30px;
|
||||||
background-color:#ddd;
|
background-color:#ddd;
|
||||||
color:#000;
|
color:#000;
|
||||||
border-style:solid;
|
border-style:solid;
|
||||||
|
@ -148,7 +148,7 @@ body.inner {
|
||||||
|
|
||||||
#refresh_panel {
|
#refresh_panel {
|
||||||
-moz-border-radius:0px;
|
-moz-border-radius:0px;
|
||||||
width:350px;
|
width:500px;
|
||||||
position:fixed;
|
position:fixed;
|
||||||
bottom:0px;
|
bottom:0px;
|
||||||
right:0px;
|
right:0px;
|
||||||
|
@ -156,7 +156,7 @@ body.inner {
|
||||||
margin: 0;
|
margin: 0;
|
||||||
padding:0;
|
padding:0;
|
||||||
text-align:right;
|
text-align:right;
|
||||||
height:20px;
|
height:30px;
|
||||||
background-color:#ddd;
|
background-color:#ddd;
|
||||||
color:#000;
|
color:#000;
|
||||||
z-index:999;
|
z-index:999;
|
||||||
|
@ -167,8 +167,8 @@ body.inner {
|
||||||
color:#FFFFFF;
|
color:#FFFFFF;
|
||||||
border:0;
|
border:0;
|
||||||
position:relative;
|
position:relative;
|
||||||
top:-2px;
|
top:0px;
|
||||||
height:15px;
|
height:20px;
|
||||||
background-color:#ddd;
|
background-color:#ddd;
|
||||||
color:#00F;
|
color:#00F;
|
||||||
}
|
}
|
||||||
|
|
|
@ -13,7 +13,7 @@ $:render.header(_('Torrent list'))
|
||||||
$:(sort_head('download_rate', _('Download')))
|
$:(sort_head('download_rate', _('Download')))
|
||||||
$:(sort_head('upload_rate', _('Upload')))
|
$:(sort_head('upload_rate', _('Upload')))
|
||||||
$:(sort_head('eta', _('Eta')))
|
$:(sort_head('eta', _('Eta')))
|
||||||
$:(sort_head('distributed_copies', _('Ava')))
|
$:(sort_head('distributed_copies', _('Avail')))
|
||||||
$:(sort_head('ratio', _('Ratio')))
|
$:(sort_head('ratio', _('Ratio')))
|
||||||
</tr>
|
</tr>
|
||||||
$#4-space indentation is mandatory for for-loops in templetor!
|
$#4-space indentation is mandatory for for-loops in templetor!
|
||||||
|
|
Loading…
Reference in New Issue