From 27c60d5004e0663259203feb77b0ccc70b44b2e7 Mon Sep 17 00:00:00 2001 From: Thomas Bruederli Date: Tue, 29 Jul 2014 16:25:06 +0200 Subject: [PATCH] Minor visual fix: hide double border at the bottom of record tables --- plugins/calendar/skins/larry/calendar.css | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/plugins/calendar/skins/larry/calendar.css b/plugins/calendar/skins/larry/calendar.css index 84991772..d9bf5d0f 100644 --- a/plugins/calendar/skins/larry/calendar.css +++ b/plugins/calendar/skins/larry/calendar.css @@ -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;