- Fix column name wrapping on folders list (#1486861)

release-0.6
alecpl 15 years ago
parent 904809459d
commit 559de22891

@ -126,17 +126,15 @@ span.tablink-selected a
#subscription-table thead td.name #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; white-space: nowrap;
} min-width: 50px;
#subscription-table thead td.subscribed
{
width: 90px;
} }
#subscription-table tbody td.subscribed, #subscription-table tbody td.subscribed,
@ -155,7 +153,7 @@ span.tablink-selected a
#subscription-table td.name input #subscription-table td.name input
{ {
font: inherit; font: inherit;
width: 240px; width: 90%;
} }
#identity-frame #identity-frame

Loading…
Cancel
Save