diff --git a/gadjo/static/css/gadjo.css b/gadjo/static/css/gadjo.css index 9a517b4..4688ab3 100644 --- a/gadjo/static/css/gadjo.css +++ b/gadjo/static/css/gadjo.css @@ -684,11 +684,20 @@ ul.messages { box-shadow: 0px 0px 5px black; } -form.small label span { - width: 16em; +form.small p input { + margin-left: 0; +} + +form.small p { + margin-bottom: 0.5em; +} + +form.small label { + width: 200px; display: inline-block; } form.small button { - margin-left: 15.4em; + margin-left: 205px; + display: block; }