Display the general settings form completely

This commit is contained in:
Pierre
2018-04-17 11:32:54 +02:00
parent ba87b35382
commit 4d9aeb7041
2 changed files with 125 additions and 1 deletions

View File

@ -13,4 +13,10 @@
width: 70%;
display: inline-block;
margin-left: 1%;
}
.box-general-settings .submit-form {
width: 100px;
margin: auto;
display: block;
}