Button width

master
Bob Mottram 2019-08-19 21:27:22 +01:00
parent a3bf3373dd
commit fec5a4f9cc
1 changed files with 4 additions and 2 deletions

View File

@ -487,11 +487,12 @@ input[type=submit] {
color: white;
float: right;
margin: 10px 10px;
padding: 12px 40px;
padding: 12px 10px;
border: none;
border-radius: 4px;
cursor: pointer;
font-size: 18px;
width: 120px;
}
.cancelbtn {
@ -499,11 +500,12 @@ input[type=submit] {
color: white;
float: right;
margin: 10px 10px;
padding: 12px 40px;
padding: 12px 10px;
border: none;
border-radius: 4px;
cursor: pointer;
font-size: 18px;
width: 120px;
}
.loginButton {