From: Jérémy Fabre Date: Tue, 21 Feb 2017 14:40:55 +0000 (+0100) Subject: Fix label and submit button on the forms X-Git-Url: https://git.parisson.com/?a=commitdiff_plain;h=897837e057546ab0214f7d7f253457057c34b692;p=mezzo.git Fix label and submit button on the forms --- diff --git a/app/static/src/sass/global/_forms.scss b/app/static/src/sass/global/_forms.scss index 298c38ca..0c63d0d9 100644 --- a/app/static/src/sass/global/_forms.scss +++ b/app/static/src/sass/global/_forms.scss @@ -32,6 +32,8 @@ $module: ".form"; ul { list-style-type: none; + clear: both; + padding: 0; } } @@ -46,6 +48,7 @@ $module: ".form"; display: block; vertical-align: top; float: left; + width: 80%; @include padding(0.25 1 0.25 0); @include font-size(s); @@ -81,6 +84,12 @@ $module: ".form"; } + .form-actions { + + @include margin-top(4); + + } + input[type="text"], input[type="email"], input[type="password"], textarea { @include font-size(m);