From: Daniel Lee Date: Tue, 10 Aug 2010 00:10:08 +0000 (+0000) Subject: (web) yet another test fix X-Git-Tag: 2.10~117 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=c231e01e59b35b39f8c8417e8d753520468e2d84;p=transmission (web) yet another test fix --- diff --git a/web/index.html b/web/index.html index 1e71bf29e..d4eb3fa66 100755 --- a/web/index.html +++ b/web/index.html @@ -61,7 +61,7 @@
  • Downloading
  • Seeding
  • Paused
  • -
  • Finished
  • +
  • Finished
  • diff --git a/web/stylesheets/iphone.css b/web/stylesheets/iphone.css index 2edf9e9da..5f75a9793 100644 --- a/web/stylesheets/iphone.css +++ b/web/stylesheets/iphone.css @@ -259,6 +259,10 @@ div#torrent_filter_bar .filter_finished_link { display: none; } +div#torrent_filter_bar ul li a.finished { + display: none; +} + div#torrent_filter_bar input#torrent_search { position: absolute; height: 20px;