aboutsummaryrefslogtreecommitdiff
path: root/static
diff options
context:
space:
mode:
authorPatrick J Cherry <patrick@bytemark.co.uk>2011-08-23 18:35:48 +0100
committerPatrick J Cherry <patrick@bytemark.co.uk>2011-08-23 18:35:48 +0100
commit1a636d2c97368bc4c4019f4ddcff991ec5eccbce (patch)
treeb8101b2739ddfed34f3f80b5c89fa15de5470739 /static
parentf9bab2fc3dcef0b452782de662ee7739a547079a (diff)
Added events viewer
* Fixes #1286 * Version bump
Diffstat (limited to 'static')
-rw-r--r--static/stylesheets/mauve.css18
1 files changed, 18 insertions, 0 deletions
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;
+}
+