Minor visual fix: hide double border at the bottom of record tables
This commit is contained in:
parent
24e6219b14
commit
27c60d5004
1 changed files with 8 additions and 0 deletions
|
@ -769,6 +769,10 @@ a.miniColors-trigger {
|
||||||
vertical-align: middle;
|
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.date,
|
||||||
#event-changelog-table tbody tr.undisclosed td.user {
|
#event-changelog-table tbody tr.undisclosed td.user {
|
||||||
font-style: italic;
|
font-style: italic;
|
||||||
|
@ -996,6 +1000,10 @@ td.topalign {
|
||||||
background: url(images/sendinvitation.png) 1px 0 no-repeat;
|
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 th.name,
|
||||||
.edit-attendees-table td.name {
|
.edit-attendees-table td.name {
|
||||||
width: auto;
|
width: auto;
|
||||||
|
|
Loading…
Add table
Reference in a new issue