From 6eb4df14305f1bf54f86e09121de46c311a9b943 Mon Sep 17 00:00:00 2001 From: Aphyr Date: Tue, 19 Feb 2013 13:51:35 -0800 Subject: [PATCH] Query boxes are bigger now --- lib/riemann/dash/public/views/grid.js | 4 ++-- lib/riemann/dash/views/css.scss | 5 +++++ 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/lib/riemann/dash/public/views/grid.js b/lib/riemann/dash/public/views/grid.js index 73a9375..37399f3 100644 --- a/lib/riemann/dash/public/views/grid.js +++ b/lib/riemann/dash/public/views/grid.js @@ -50,8 +50,8 @@ Grid.prototype.editForm = function() { return Mustache.render('' + '
' + - '' + - '
' + + '
' + + '
' + '' + '
' + '"all", "host", "service", or any number.', diff --git a/lib/riemann/dash/views/css.scss b/lib/riemann/dash/views/css.scss index f48c3d4..d9b4575 100644 --- a/lib/riemann/dash/views/css.scss +++ b/lib/riemann/dash/views/css.scss @@ -275,6 +275,11 @@ html,table { cursor:pointer; } +textarea.query { + width: 100%; + height: 100px; +} + .quickfit { display: block; white-space: nowrap;