From 49f01997efd6e140f357aa5a5d4e80abdceaa6bf Mon Sep 17 00:00:00 2001 From: David Baldwynn Date: Thu, 21 Apr 2016 19:57:13 -0400 Subject: [PATCH] added margin for form list view --- public/modules/forms/css/form.css | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/public/modules/forms/css/form.css b/public/modules/forms/css/form.css index 18c654ca..b0edc112 100644 --- a/public/modules/forms/css/form.css +++ b/public/modules/forms/css/form.css @@ -21,7 +21,6 @@ bottom: 0; } - .container.admin-form { margin-top: 70px; } @@ -46,11 +45,16 @@ section.content p.breakwords { .btn { border: 1px solid #c6c6c6; } + .btn[type='submit'] { font-size: 1.5em; padding: 0.35em 1.2em 0.35em 1.2em; } +section.content > section > section { + margin: 70px; +} + /* ** Modal CSS Styles */