From 414735c183a931cda58a19b8a49101a8a055fe20 Mon Sep 17 00:00:00 2001 From: Paul Gear Date: Sun, 22 Feb 2015 21:55:56 +1000 Subject: [PATCH] Vertically compact controls on main graph screen I'm still not entirely happy with the layout, but this should be a little more streamlined. Feedback appreciated. --- html/pages/graphs.inc.php | 55 ++++++++++++++++++--------------------- 1 file changed, 26 insertions(+), 29 deletions(-) diff --git a/html/pages/graphs.inc.php b/html/pages/graphs.inc.php index a7e467317..7cb239d82 100644 --- a/html/pages/graphs.inc.php +++ b/html/pages/graphs.inc.php @@ -124,31 +124,6 @@ if (!$auth) echo("
"); // datetime range picker - echo(" -
-

- "); - echo(""); - echo('

-
-
- -
- - -
-
-
-
-
- -
- - -
-
-
-
'); ?> -

+ echo(" + + "); + echo('
+
+ +
+ + +
+
+
+ +
+ + +
+
+
+ +
+ +
+
+
- "); + '); echo("
");