Merge pull request #103 from strukturag/proper-submit-button-style

Submit button width should match form width
This commit is contained in:
Pellaeon Lin 2018-03-24 13:36:04 +08:00 committed by GitHub
commit 0cc7990ad1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 4 additions and 0 deletions

View File

@ -14,6 +14,10 @@
top: 17px;
}
input[type="submit"] {
width: calc(100% - 10px) !important;
}
.msg {
color: white;
margin: 5px;