]> git.parisson.com Git - mezzo.git/commitdiff
Fix label and submit button on the forms
authorJérémy Fabre <blackmagik88@gmail.com>
Tue, 21 Feb 2017 14:40:55 +0000 (15:40 +0100)
committerJérémy Fabre <blackmagik88@gmail.com>
Tue, 21 Feb 2017 14:40:55 +0000 (15:40 +0100)
app/static/src/sass/global/_forms.scss

index 298c38ca1e9e463c0db5a8338d62eb5aa148c09d..0c63d0d9275af1f107805ce5dca44f451fa573e8 100644 (file)
@@ -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);