Improve subscriptions table appearance

This commit is contained in:
thomascube
2009-05-28 21:01:11 +00:00
parent d7e3ae6711
commit 0b9dcdd605

View File

@@ -149,6 +149,12 @@ span.tablink-selected a
width: 45%;
}
#subscription-table tbody td
{
height: 22px !important;
height: 18px;
}
#subscription-table tr.virtual td
{
color: #666;
@@ -182,6 +188,13 @@ span.tablink-selected a
width: 90px;
}
#subscription-table tbody td.subscribed,
#subscription-table tbody td.rename,
#subscription-table tbody td.delete
{
padding: 1px 4px;
}
#subscription-table thead td.rename,
#subscription-table thead td.delete
{