added margin for form list view

This commit is contained in:
David Baldwynn 2016-04-21 19:57:13 -04:00
parent e976bb1087
commit 49f01997ef

View file

@ -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
*/