Fix height of Participants table header

This commit is contained in:
Aleksander Machniak 2016-02-25 20:44:01 +01:00
parent 6f8465e9a8
commit 4794dde5de
2 changed files with 2 additions and 2 deletions

View file

@ -1112,7 +1112,7 @@ td.topalign {
#eventedit .edit-attendees-table th.invite,
#eventedit .edit-attendees-table td.invite {
width: 44px;
width: 50px;
padding: 2px;
}

View file

@ -957,7 +957,7 @@ a.morelink:hover {
#taskedit .edit-attendees-table th.invite,
#taskedit .edit-attendees-table td.invite {
width: 48px;
width: 50px;
padding: 2px;
}