From bab1ab8bd38ec3b2d9ebe628526deb89788d482a Mon Sep 17 00:00:00 2001 From: Samuel Molnar Date: Tue, 13 Oct 2015 17:53:57 +0200 Subject: [PATCH] Make form button groups look bit better --- web/assets/stylesheets/application.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/web/assets/stylesheets/application.css b/web/assets/stylesheets/application.css index a832143c..ec42ab9f 100755 --- a/web/assets/stylesheets/application.css +++ b/web/assets/stylesheets/application.css @@ -181,6 +181,10 @@ form .btn { margin-right: 5px; } +form .btn-group .btn { + margin-right: 1px; +} + td form { margin-bottom: 0; }