From b54bde25b8f998681d006a912bc2a1bab247a0c9 Mon Sep 17 00:00:00 2001 From: Felix Niklas Date: Fri, 29 Aug 2014 22:35:23 +0200 Subject: [PATCH] align inline form group button --- app/assets/stylesheets/zzz.css.erb | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/app/assets/stylesheets/zzz.css.erb b/app/assets/stylesheets/zzz.css.erb index afa4e2b86..369ea198c 100644 --- a/app/assets/stylesheets/zzz.css.erb +++ b/app/assets/stylesheets/zzz.css.erb @@ -2405,6 +2405,10 @@ footer { height: 65px; } + .form-inline .form-group:last-child { + flex-grow: 0; + } + .form-group.is-changed { position: relative; } @@ -2443,7 +2447,7 @@ footer { } .form-inline .form-group .btn { - width: 100%; + margin: 10px; } .form-inline .form-group:not(:last-child) {