mirror of
https://github.com/roundcube/roundcubemail.git
synced 2026-03-14 03:56:48 +01:00
Improve subscriptions table appearance
This commit is contained in:
@@ -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
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user