From 4133020de1e54c6b2c843c130a6dc362699817e0 Mon Sep 17 00:00:00 2001 From: Julius Volz Date: Tue, 20 Jan 2015 16:43:23 +0100 Subject: [PATCH] Align graph controls with graph edge. --- web/static/css/graph.css | 4 ++++ web/static/js/graph_template.handlebar | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/web/static/css/graph.css b/web/static/css/graph.css index bfedd138b..1ea9bf1f0 100644 --- a/web/static/css/graph.css +++ b/web/static/css/graph.css @@ -169,6 +169,10 @@ input[name="end_input"], input[name="range_input"] { overflow: auto; } +.prometheus_input_group.range_input { + margin-left: 39px; +} + .prometheus_input_group .btn { font-size: 0.8em; } diff --git a/web/static/js/graph_template.handlebar b/web/static/js/graph_template.handlebar index 3420d25e9..f6ffd7f1d 100644 --- a/web/static/js/graph_template.handlebar +++ b/web/static/js/graph_template.handlebar @@ -39,7 +39,7 @@
-
+