Improve subscriptions table appearance

release-0.6
thomascube 16 years ago
parent d7e3ae6711
commit 0b9dcdd605

@ -149,6 +149,12 @@ span.tablink-selected a
width: 45%; width: 45%;
} }
#subscription-table tbody td
{
height: 22px !important;
height: 18px;
}
#subscription-table tr.virtual td #subscription-table tr.virtual td
{ {
color: #666; color: #666;
@ -182,6 +188,13 @@ span.tablink-selected a
width: 90px; 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.rename,
#subscription-table thead td.delete #subscription-table thead td.delete
{ {

Loading…
Cancel
Save