]> granicus.if.org Git - transmission/commitdiff
(trunk web) tweak the font sizes for the torrent list in compact mode
authorJordan Lee <jordan@transmissionbt.com>
Fri, 26 Aug 2011 20:21:22 +0000 (20:21 +0000)
committerJordan Lee <jordan@transmissionbt.com>
Fri, 26 Aug 2011 20:21:22 +0000 (20:21 +0000)
web/stylesheets/common.css
web/stylesheets/iphone.css

index 8d1ba06cac271dd0a3321003e61053b5d9c5c179..9c4eaa80d9a6a1f2be56f3852bfd2ac425b495ec 100644 (file)
@@ -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 */
index 932e10ccad4b81173f33f824600adae189cf427d..8c54ac1a15b1beb54b420786477c4bebb5e49bac 100644 (file)
@@ -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 */