plugins/calendar

Thomas Brüderli bruederli at kolabsys.com
Wed Oct 15 18:54:55 CEST 2014


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

New commits:
commit bac0a9070e7e43b28a7106c566f55ef4ebb2745d
Author: Thomas Bruederli <bruederli at kolabsys.com>
Date:   Wed Oct 15 18:54:48 2014 +0200

    Small fixes to the event changelog listing

diff --git a/plugins/calendar/skins/larry/calendar.css b/plugins/calendar/skins/larry/calendar.css
index 1caff48..b9b87b0 100644
--- a/plugins/calendar/skins/larry/calendar.css
+++ b/plugins/calendar/skins/larry/calendar.css
@@ -858,7 +858,7 @@ a.miniColors-trigger {
 }
 
 #event-changelog-table .revision {
-	width: 5em;
+	width: 7em;
 }
 
 #event-changelog-table .date {
@@ -881,13 +881,15 @@ a.miniColors-trigger {
 
 #event-changelog-table td a.iconbutton.restore,
 #event-changelog-table td a.iconbutton.preview {
+	width: 16px;
+	margin-right: 2px;
 	background-image: url(images/calendars.png);
-	background-position: 1px -147px;
+	background-position: -1px -147px;
 }
 
 #event-changelog-table td a.iconbutton.restore {
 	background-image: url(images/calendars.png);
-	background-position: 1px -167px;
+	background-position: -1px -167px;
 }
 
 #event-changelog-table tr.first td a.iconbutton {




More information about the commits mailing list