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