plugins/calendar

Thomas Brüderli bruederli at kolabsys.com
Tue Jul 29 16:29:30 CEST 2014


 plugins/calendar/skins/larry/calendar.css |    8 ++++++++
 1 file changed, 8 insertions(+)

New commits:
commit 27c60d5004e0663259203feb77b0ccc70b44b2e7
Author: Thomas Bruederli <bruederli at kolabsys.com>
Date:   Tue Jul 29 16:25:06 2014 +0200

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

diff --git a/plugins/calendar/skins/larry/calendar.css b/plugins/calendar/skins/larry/calendar.css
index 8499177..d9bf5d0 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;




More information about the commits mailing list