From 090545ffdf8b8f750afb0601a16a7bbac07ff6eb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andreas=20Cederstro=CC=88m?= Date: Thu, 28 Mar 2013 11:33:18 +0100 Subject: Make sure form actions are properly aligned with form-horizontal --- less/forms.less | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'less/forms.less') diff --git a/less/forms.less b/less/forms.less index 841966bfe..02aa4242c 100644 --- a/less/forms.less +++ b/less/forms.less @@ -539,5 +539,10 @@ select:focus:invalid { margin-left: @component-offset-horizontal; } + // Make sure form actions buttons are aligned with controls + .form-actions { + padding-left: @component-offset-horizontal; + } + } } -- cgit v1.2.3