From df8ac668b800ecf64ab2c240678eb87b225cb513 Mon Sep 17 00:00:00 2001 From: Friendika Date: Wed, 8 Jun 2011 21:06:02 -0700 Subject: more calendar work, undo strict_privacy flag to use different approach --- view/theme/duepuntozero/style.css | 15 +++++++++++++++ 1 file changed, 15 insertions(+) (limited to 'view') diff --git a/view/theme/duepuntozero/style.css b/view/theme/duepuntozero/style.css index c5e441bfd..61a897904 100644 --- a/view/theme/duepuntozero/style.css +++ b/view/theme/duepuntozero/style.css @@ -2227,6 +2227,21 @@ a.mail-list-link { font-size: 24px; } +.event-description:before { + content: url('../../../images/calendar.png'); + margin-right: 15px; +} + +.event-start, .event-end { + margin-left: 10px; + width: 330px; + clear: both; +} + +.event-start .dtstart, .event-end .dtend { + float: right; +} + .calendar { font-family: Courier, monospace; } -- cgit v1.2.3 From d371241e66c4a68ef45415ac7c4ffe5283b3bff0 Mon Sep 17 00:00:00 2001 From: Friendika Date: Thu, 9 Jun 2011 00:58:45 -0700 Subject: events --- view/theme/duepuntozero/style.css | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'view') diff --git a/view/theme/duepuntozero/style.css b/view/theme/duepuntozero/style.css index 61a897904..68edd02b9 100644 --- a/view/theme/duepuntozero/style.css +++ b/view/theme/duepuntozero/style.css @@ -2227,6 +2227,10 @@ a.mail-list-link { font-size: 24px; } +#new-event-link { + margin-bottom: 10px; +} + .event-description:before { content: url('../../../images/calendar.png'); margin-right: 15px; -- cgit v1.2.3