From 231b9309c984f3817f03498b0ddc36beabd18a23 Mon Sep 17 00:00:00 2001 From: Gustavo Bernardo Date: Thu, 10 Nov 2016 11:27:45 -0300 Subject: [PATCH] button css included [Issue:#251] --- core/static/css/base/amadeus.css | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/core/static/css/base/amadeus.css b/core/static/css/base/amadeus.css index e2de1ed..d2c1938 100644 --- a/core/static/css/base/amadeus.css +++ b/core/static/css/base/amadeus.css @@ -22,6 +22,9 @@ position: absolute; left: 30%; } +#btn-search{ + margin-bottom: 0px; + } .user-notification-img{ width:40%; } @@ -453,4 +456,4 @@ ul, li { #panel2 .col-md-2, #panel2 .col-md-10{ padding-left: 0; -} \ No newline at end of file +} -- libgit2 0.21.2