From 071d98f3d0556269ff79f8299cd0357c5dba80f3 Mon Sep 17 00:00:00 2001 From: Stuart Nelson Date: Fri, 9 Jan 2015 14:23:00 +0100 Subject: [PATCH] Square corners --- web/static/css/graph.css | 6 +++++- web/static/js/graph_template.handlebar | 11 +++++------ 2 files changed, 10 insertions(+), 7 deletions(-) diff --git a/web/static/css/graph.css b/web/static/css/graph.css index 8e32b7e2f..105ad694b 100644 --- a/web/static/css/graph.css +++ b/web/static/css/graph.css @@ -207,7 +207,11 @@ input[name="end_input"], input[name="range_input"] { margin: 2px; } -.btn { +.btn, .form-control { + border-radius: 0; +} + +.square_corners { border-radius: 0; } diff --git a/web/static/js/graph_template.handlebar b/web/static/js/graph_template.handlebar index b610c22db..c9523202b 100644 --- a/web/static/js/graph_template.handlebar +++ b/web/static/js/graph_template.handlebar @@ -1,6 +1,6 @@
-
+
@@ -24,10 +24,10 @@ TODO: Convert this to Bootstrap navbar. This requires Javascript refresh. --> -
-