Minor visual fix: hide double border at the bottom of record tables

This commit is contained in:
Thomas Bruederli 2014-07-29 16:25:06 +02:00
parent 24e6219b14
commit 27c60d5004

View file

@ -769,6 +769,10 @@ a.miniColors-trigger {
vertical-align: middle;
}
#event-changelog-table tbody tr:last-child td {
border-bottom: 0;
}
#event-changelog-table tbody tr.undisclosed td.date,
#event-changelog-table tbody tr.undisclosed td.user {
font-style: italic;
@ -996,6 +1000,10 @@ td.topalign {
background: url(images/sendinvitation.png) 1px 0 no-repeat;
}
.edit-attendees-table tbody tr:last-child td {
border-bottom: 0;
}
.edit-attendees-table th.name,
.edit-attendees-table td.name {
width: auto;