From 897837e057546ab0214f7d7f253457057c34b692 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Je=CC=81re=CC=81my=20Fabre?= Date: Tue, 21 Feb 2017 15:40:55 +0100 Subject: [PATCH] Fix label and submit button on the forms --- app/static/src/sass/global/_forms.scss | 9 +++++++++ 1 file changed, 9 insertions(+) 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); -- 2.39.5