Fix login page styles for bobcat theme

This commit is contained in:
Lance Edgar 2019-03-09 18:44:13 -06:00
parent 291ec3aa04
commit 9f743daf07

View file

@ -4,6 +4,7 @@
******************************/
#logo {
display: block;
margin: 40px auto;
}
@ -29,6 +30,10 @@ div.field-wrapper div.field input[type="password"] {
width: 150px;
}
div.buttons {
display: block;
}
div.buttons input {
margin: auto 5px;
}