From fbbe7a99145538cafa141382fa97997980f96fe8 Mon Sep 17 00:00:00 2001 From: Martijn Voncken Date: Fri, 27 Jun 2008 23:09:20 +0000 Subject: [PATCH] template layout fixes --- plugins/WebUi/templates/advanced/index.html | 2 +- plugins/WebUi/templates/advanced/static/advanced.css | 10 +++++----- plugins/WebUi/templates/deluge/index.html | 2 +- 3 files changed, 7 insertions(+), 7 deletions(-) diff --git a/plugins/WebUi/templates/advanced/index.html b/plugins/WebUi/templates/advanced/index.html index bb84f9d52..e68712aca 100644 --- a/plugins/WebUi/templates/advanced/index.html +++ b/plugins/WebUi/templates/advanced/index.html @@ -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'))) diff --git a/plugins/WebUi/templates/advanced/static/advanced.css b/plugins/WebUi/templates/advanced/static/advanced.css index 3509d5542..4fe2278df 100644 --- a/plugins/WebUi/templates/advanced/static/advanced.css +++ b/plugins/WebUi/templates/advanced/static/advanced.css @@ -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; } diff --git a/plugins/WebUi/templates/deluge/index.html b/plugins/WebUi/templates/deluge/index.html index 4c29278fc..1d52dd6b0 100644 --- a/plugins/WebUi/templates/deluge/index.html +++ b/plugins/WebUi/templates/deluge/index.html @@ -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'))) $#4-space indentation is mandatory for for-loops in templetor!