From bac0a9070e7e43b28a7106c566f55ef4ebb2745d Mon Sep 17 00:00:00 2001 From: Thomas Bruederli Date: Wed, 15 Oct 2014 18:54:48 +0200 Subject: [PATCH] Small fixes to the event changelog listing --- plugins/calendar/skins/larry/calendar.css | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/plugins/calendar/skins/larry/calendar.css b/plugins/calendar/skins/larry/calendar.css index 1caff489..b9b87b0f 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 {