aboutsummaryrefslogtreecommitdiffstats
path: root/static
diff options
context:
space:
mode:
authorMatthias P. Braendli <matthias.braendli@mpb.li>2014-05-11 20:51:55 +0200
committerMatthias P. Braendli <matthias.braendli@mpb.li>2014-05-11 20:51:55 +0200
commit64ddbff99e0efb3965b48bff6f9dac6957180192 (patch)
tree356f3ddea93e1b38bddc136ffdf9cffeff703c88 /static
parent6525e843832e058cb3097fc4fbe0166071bb4136 (diff)
downloadmmbtools-monit-64ddbff99e0efb3965b48bff6f9dac6957180192.tar.gz
mmbtools-monit-64ddbff99e0efb3965b48bff6f9dac6957180192.tar.bz2
mmbtools-monit-64ddbff99e0efb3965b48bff6f9dac6957180192.zip
Change to grid presentation
Diffstat (limited to 'static')
-rw-r--r--static/monit.css50
1 files changed, 50 insertions, 0 deletions
diff --git a/static/monit.css b/static/monit.css
new file mode 100644
index 0000000..c27b834
--- /dev/null
+++ b/static/monit.css
@@ -0,0 +1,50 @@
+* {
+ border: 0 none;
+ margin: 0;
+ padding: 0;
+}
+
+body {
+ font-family: "Lucida Grande", Verdana, "Bitstream Vera Sans", "Lucida Sans Unicode", sans-serif;
+ background: #eeeef6;
+ line-height: 26px;
+}
+
+h1 {
+ padding: 1em;
+ text-align: center;
+ color: #2f2f2f;
+}
+
+div.gridcontainer {
+ width: 70%;
+ margin: 40px auto;
+}
+
+div.footer {
+ clear: both;
+ margin: 10px;
+ padding: 25px;
+ text-align: center;
+}
+
+ul.statusgrid {
+ list-style: none outside none;
+}
+
+ul.statusgrid li {
+ float: left;
+ padding: 10px;
+ background: #dddded;
+ border: 3px solid #cccccc;
+ position: relative;
+ width: 10em;
+ height: 10em;
+ text-align: center;
+}
+
+p {
+ color: #434343;
+ text-align: center;
+}
+