From 44dcf59f598e75313ebc0ac8a7d16d89d20a7c39 Mon Sep 17 00:00:00 2001 From: Michael Tremer Date: Sun, 24 Jan 2010 18:04:01 +0100 Subject: [PATCH] Change torrent downloads site. - Make more space between counters of seeds and peers. - Remove list of torrent clients. It's not our task to provide a list of that stuff. Makes the site some kind of clearer, now. --- www/static/css/style.css | 6 +++++- www/templates/downloads-torrents.html | 18 +++++------------- 2 files changed, 10 insertions(+), 14 deletions(-) diff --git a/www/static/css/style.css b/www/static/css/style.css index 2fdd51b3..5f4be0c8 100644 --- a/www/static/css/style.css +++ b/www/static/css/style.css @@ -1064,10 +1064,14 @@ table.download-torrents td { text-align: center; } -table.download-torrents td.seeds,td.peers { +table.download-torrents th.seeds, th.peers, td.seeds, td.peers { text-align: right; } +table.download-torrents th.peers,td.peers { + padding-left: 5px; +} + table.download-mirrors { margin-bottom: 25px; margin-left: 15px; diff --git a/www/templates/downloads-torrents.html b/www/templates/downloads-torrents.html index f1a1e565..b0ad9c81 100644 --- a/www/templates/downloads-torrents.html +++ b/www/templates/downloads-torrents.html @@ -4,7 +4,9 @@

{{ _("IPFire Torrent Tracker") }}

- {{ _( + + {{ _( {% if lang == "de" %}

@@ -45,8 +47,8 @@ {{ _("Release") }} {{ _("File") }} - S - P + S + P   {% for release in releases %} @@ -69,13 +71,3 @@

{% end block %} - -{% block sidebar %} -

{{ _("Torrent") }} Clients

- - {{ modules.SidebarBanner(banner) }} - -{% end block %} -- 2.47.3