From: Jordan Lee Date: Fri, 26 Aug 2011 20:21:22 +0000 (+0000) Subject: (trunk web) tweak the font sizes for the torrent list in compact mode X-Git-Tag: 2.40b1~145 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=ac733915244dcb37f5c6faa9471d8c68292387fd;p=transmission (trunk web) tweak the font sizes for the torrent list in compact mode --- diff --git a/web/stylesheets/common.css b/web/stylesheets/common.css index 8d1ba06ca..9c4eaa80d 100644 --- a/web/stylesheets/common.css +++ b/web/stylesheets/common.css @@ -332,11 +332,11 @@ ul.torrent_list li.torrent div.torrent_name { } ul.torrent_list li.torrent div.torrent_name.compact { + font-size: 1.0em; font-weight: normal; } ul.torrent_list li.torrent div.torrent_name.paused { - font-size: 1.3em; font-weight: normal; color: #777; } @@ -396,7 +396,6 @@ ul.torrent_list div.torrent_progress_bar_container.compact { /*float: right;*/ } ul.torrent_list div.torrent_peer_details.compact { - font-size: 12px; /* matching the progressbar height (10px) + progressbar border (1px top, 1px bottom) */ margin-top: 2px; margin-left: 10px; margin-right: 65px; /* leave room on the right for the progressbar */ diff --git a/web/stylesheets/iphone.css b/web/stylesheets/iphone.css index 932e10cca..8c54ac1a1 100644 --- a/web/stylesheets/iphone.css +++ b/web/stylesheets/iphone.css @@ -312,11 +312,11 @@ ul.torrent_list li.torrent div.torrent_name { } ul.torrent_list li.torrent div.torrent_name.compact { + font-size: 1.0em; font-weight: normal; } ul.torrent_list li.torrent div.torrent_name.paused { - font-size: 1.3em; font-weight: normal; color: #777; } @@ -357,7 +357,6 @@ ul.torrent_list div.torrent_progress_bar_container.compact { /*float: right;*/ } ul.torrent_list div.torrent_peer_details.compact { - font-size: 12px; /* matching the progressbar height (10px) + progressbar border (1px top, 1px bottom) */ margin-top: 2px; margin-left: 10px; margin-right: 65px; /* leave room on the right for the progressbar */