From 495c44445642cfae8f23fadde299ad5307f5be58 Mon Sep 17 00:00:00 2001 From: Patrick J Cherry Date: Thu, 9 Jun 2011 18:09:52 +0100 Subject: Big commit --HG-- rename : views/please_authenticate.haml => views/login.haml --- static/stylesheets/mauve.css | 41 +++++++++++++++++++++++++++++++++++++++++ 1 file changed, 41 insertions(+) create mode 100644 static/stylesheets/mauve.css (limited to 'static/stylesheets/mauve.css') diff --git a/static/stylesheets/mauve.css b/static/stylesheets/mauve.css new file mode 100644 index 0000000..d15e588 --- /dev/null +++ b/static/stylesheets/mauve.css @@ -0,0 +1,41 @@ +tr.hilight { + background-color: #eee; +} + +tr.triggered.hilight { + background-color: #f98; +} + +tr.acknowledged.triggered.hilight { + background-color: #fa5; +} + + +.triggered { + background-color: #fba; +} + +.acknowledged { + color: #444; +} + +.acknowledged.triggered { + background-color: #fb6; +} + +.missing_data { + +} + +body { + min-width: 800px; +} + +.out_of_date { + font-style: italic; +} + +.detail { + background-color: white +} + -- cgit v1.2.1