Change Button Size Part 2
This commit is contained in:
parent
2efcd25877
commit
83c50e46d8
1 changed files with 2 additions and 2 deletions
|
@ -105,7 +105,7 @@ form.f-search input[type=text] {
|
||||||
/* Style the submit button */
|
/* Style the submit button */
|
||||||
form.f-search button {
|
form.f-search button {
|
||||||
float: left;
|
float: left;
|
||||||
width: 19px;
|
width: 32px;
|
||||||
padding: 10px;
|
padding: 10px;
|
||||||
background: #2196F3;
|
background: #2196F3;
|
||||||
color: white;
|
color: white;
|
||||||
|
@ -124,4 +124,4 @@ form.f-search::after {
|
||||||
content: "";
|
content: "";
|
||||||
clear: both;
|
clear: both;
|
||||||
display: table;
|
display: table;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue