From e097e567f5f17d296aea7539f6ea98798014797b Mon Sep 17 00:00:00 2001 From: LeandroRoberto Date: Thu, 7 Dec 2017 12:03:34 -0200 Subject: [PATCH] =?UTF-8?q?reduz=20dist=C3=A2ncias=20verticais=20dos=20ele?= =?UTF-8?q?mentos?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- sapl/static/styles/app.scss | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/sapl/static/styles/app.scss b/sapl/static/styles/app.scss index 170310313..8d50f217d 100644 --- a/sapl/static/styles/app.scss +++ b/sapl/static/styles/app.scss @@ -219,6 +219,18 @@ body { } } +label { + margin-bottom: 0; + line-height: 1; +} +.control-label { + margin: 0; +} +.form-control-static { + padding-top: 0; + min-height: auto; +} + // #### pagination ######################################## .pagination { padding-top: 25px;