more minor stuff on status bar
This commit is contained in:
parent
7c0a997bbf
commit
75a626b28d
|
@ -2,7 +2,7 @@ $def with (stats)
|
|||
|
||||
|
||||
<div class="panel" id='refresh_panel'>
|
||||
|
||||
[
|
||||
$_('Auto refresh:')
|
||||
$if getcookie('auto_refresh') == '1':
|
||||
($getcookie('auto_refresh_secs')) $_('seconds')
|
||||
|
@ -11,7 +11,7 @@ $if getcookie('auto_refresh') == '1':
|
|||
$else:
|
||||
$_('Off')
|
||||
$:render.part_button('POST', '/refresh/on', _('Enable'), 'tango/view-refresh.png')
|
||||
$#end
|
||||
]
|
||||
|
||||
$:render.part_button('POST', '/logout', _('Logout'), 'tango/system-log-out.png')
|
||||
|
||||
|
|
|
@ -145,7 +145,7 @@ body.inner {
|
|||
|
||||
#refresh_panel {
|
||||
-moz-border-radius:0px;
|
||||
width:350px;
|
||||
width:500px;
|
||||
position:fixed;
|
||||
bottom:0px;
|
||||
right:0px;
|
||||
|
@ -187,6 +187,10 @@ body.inner {
|
|||
#stats_panel button:hover {
|
||||
text-decoration: underline;
|
||||
}
|
||||
#stats_panel img{
|
||||
position:relative;
|
||||
top:3px;
|
||||
}
|
||||
|
||||
|
||||
#category_panel {
|
||||
|
|
Loading…
Reference in New Issue