From: Charles Kerr Date: Fri, 12 Mar 2010 19:39:37 +0000 (+0000) Subject: (trunk web) #2774 "Support stats display feature in the web client" -- fix potential... X-Git-Tag: 2.00~348 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=83e43a81b5425d4991a9570f028ae55f9ab27ce7;p=transmission (trunk web) #2774 "Support stats display feature in the web client" -- fix potential layout issue described @ http://trac.transmissionbt.com/ticket/2774#comment:13. Bug created, spotted, and fixed by Longinus00. Welcome to the club. :) --- diff --git a/web/stylesheets/common.css b/web/stylesheets/common.css index d2a130fd0..227384bae 100644 --- a/web/stylesheets/common.css +++ b/web/stylesheets/common.css @@ -895,7 +895,7 @@ div#prefs_container div.dialog_window { } div#stats_container div.dialog_window { - width: 230px; + width: 255px; padding: 0 15px; }