From 40c8cef821e30336f60f24e2efc9fe88e86a2715 Mon Sep 17 00:00:00 2001 From: Arik Fraimovich Date: Tue, 31 Jul 2018 15:09:23 +0300 Subject: [PATCH] Move format button next add new param button. --- client/app/assets/less/redash/query.less | 19 ------------------- client/app/pages/queries/query.html | 8 ++++---- 2 files changed, 4 insertions(+), 23 deletions(-) diff --git a/client/app/assets/less/redash/query.less b/client/app/assets/less/redash/query.less index fd1b7e616f..30231788a3 100644 --- a/client/app/assets/less/redash/query.less +++ b/client/app/assets/less/redash/query.less @@ -176,25 +176,6 @@ edit-in-place p.editable:hover { } } -.editor__container { - .btn__format { - margin-top: -50px; - margin-right: 10px; - z-index: 999; - position: relative; - opacity: 0; - transition: transform 0.12s ease-out; - transition-duration: 0.3s; - transition-property: opacity; - } - - &:hover { - .btn__format { - opacity: 1; - } - } -} - .paginator-container { text-align: center; } diff --git a/client/app/pages/queries/query.html b/client/app/pages/queries/query.html index e96780e629..4724cdb428 100644 --- a/client/app/pages/queries/query.html +++ b/client/app/pages/queries/query.html @@ -144,10 +144,6 @@

- -

@@ -157,6 +153,10 @@

{{ }} + +