From 83e43a81b5425d4991a9570f028ae55f9ab27ce7 Mon Sep 17 00:00:00 2001 From: Charles Kerr Date: Fri, 12 Mar 2010 19:39:37 +0000 Subject: [PATCH] (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. :) --- web/stylesheets/common.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; } -- 2.40.0