Merge pull request #103 from strukturag/proper-submit-button-style
Submit button width should match form width
This commit is contained in:
commit
0cc7990ad1
|
|
@ -14,6 +14,10 @@
|
|||
top: 17px;
|
||||
}
|
||||
|
||||
input[type="submit"] {
|
||||
width: calc(100% - 10px) !important;
|
||||
}
|
||||
|
||||
.msg {
|
||||
color: white;
|
||||
margin: 5px;
|
||||
|
|
|
|||
Loading…
Reference in New Issue