Module: check_mk
Branch: master
Commit: f3faf445c8de261c54c4355fb6c370566fd1d79e
URL:
http://git.mathias-kettner.de/git/?p=check_mk.git;a=commit;h=f3faf445c8de26…
Author: Mathias Kettner <mk(a)mathias-kettner.de>
Date: Wed Mar 25 18:03:23 2015 +0100
Minor styling changes for graphs
---
web/htdocs/check_mk.css | 19 +++++++++++++++++++
1 file changed, 19 insertions(+)
diff --git a/web/htdocs/check_mk.css b/web/htdocs/check_mk.css
index acfeeb4..bfeab96 100644
--- a/web/htdocs/check_mk.css
+++ b/web/htdocs/check_mk.css
@@ -552,6 +552,7 @@ table.graph {
background-color: #f8f4f0;
padding: 8px 16px 4px 8px;
margin-bottom: 5px;
+ position: relative;
}
table.graph td.title {
@@ -559,6 +560,24 @@ table.graph td.title {
font-weight: bold;
}
+table.graph td.freepos div.time {
+ position: absolute;
+ top: 10px;
+ right: 18px;
+ text-align: right;
+ color: #808080;
+}
+
+table.graph td.freepos img.resize {
+ position: absolute;
+ bottom: 3px;
+ right: 3px;
+ width: 12px;
+ height: 12px;
+ cursor: se-resize;
+}
+
+
table.graph canvas {
margin: 0px;
}