From 1a636d2c97368bc4c4019f4ddcff991ec5eccbce Mon Sep 17 00:00:00 2001 From: Patrick J Cherry Date: Tue, 23 Aug 2011 18:35:48 +0100 Subject: Added events viewer * Fixes #1286 * Version bump --- static/stylesheets/mauve.css | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) (limited to 'static') diff --git a/static/stylesheets/mauve.css b/static/stylesheets/mauve.css index 50f5da3..4649775 100644 --- a/static/stylesheets/mauve.css +++ b/static/stylesheets/mauve.css @@ -79,4 +79,22 @@ div.flash p { background-color: transparent; } +table#events_table td { + width: 14%; + border-left: solid; +} + +table#events_table td p.event_date { + font-weight: bold; + font-size: smaller; +} + +p { + background-color: inherit; +} + +.even { + background-color: #ddd; +} + -- cgit v1.2.1