From 4f0abde80b0583ab10a76e7a861af1015bc2a093 Mon Sep 17 00:00:00 2001 From: Jordan Lee Date: Fri, 24 Jun 2011 17:02:10 +0000 Subject: [PATCH] (trunk web) #4096 "IPv6 addresses in peer tab of daemon overflow" -- fixed with patch by Harry --- web/stylesheets/common.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/web/stylesheets/common.css b/web/stylesheets/common.css index 1e00b62cb..044579f67 100644 --- a/web/stylesheets/common.css +++ b/web/stylesheets/common.css @@ -581,7 +581,7 @@ div#torrent_inspector { top: 97px; bottom: 22px; right: 0px; - width: 480px; + width: 570px; background-color: #ddd; border-left: 1px solid #888; z-index: 2; @@ -754,7 +754,7 @@ table.peer_list { } .peer_list .addressCol { - width: 90px; + width: 180px; } .peer_list .clientCol {