From 559de22891cd0db786e36be12ffea26a7f7eeb89 Mon Sep 17 00:00:00 2001 From: alecpl Date: Sat, 24 Jul 2010 18:23:02 +0000 Subject: - Fix column name wrapping on folders list (#1486861) --- skins/default/settings.css | 16 +++++++--------- 1 file changed, 7 insertions(+), 9 deletions(-) (limited to 'skins/default') diff --git a/skins/default/settings.css b/skins/default/settings.css index 38f3332f6..876a4b731 100644 --- a/skins/default/settings.css +++ b/skins/default/settings.css @@ -126,17 +126,15 @@ span.tablink-selected a #subscription-table thead td.name { - width: 360px; + width: 95%; } -#subscription-table thead td.msgcount +#subscription-table thead td.msgcount, +#subscription-table thead td.subscribed, +#subscription-table thead td.threaded { - width: 90px; -} - -#subscription-table thead td.subscribed -{ - width: 90px; + white-space: nowrap; + min-width: 50px; } #subscription-table tbody td.subscribed, @@ -155,7 +153,7 @@ span.tablink-selected a #subscription-table td.name input { font: inherit; - width: 240px; + width: 90%; } #identity-frame -- cgit v1.2.3