Adapt CSS
This commit is contained in:
parent
7fa5b16350
commit
4700e505ae
1 changed files with 2 additions and 3 deletions
|
@ -92,21 +92,20 @@ body {
|
|||
color: #ffffff;
|
||||
}
|
||||
|
||||
|
||||
/* Style the search field */
|
||||
form.f-search input[type=text] {
|
||||
padding: 10px;
|
||||
font-size: 17px;
|
||||
border: 1px solid grey;
|
||||
float: left;
|
||||
width: 80%;
|
||||
width: 50%;
|
||||
background: #f1f1f1;
|
||||
}
|
||||
|
||||
/* Style the submit button */
|
||||
form.f-search button {
|
||||
float: left;
|
||||
width: 20%;
|
||||
width: 10%;
|
||||
padding: 10px;
|
||||
background: #2196F3;
|
||||
color: white;
|
||||
|
|
Loading…
Reference in a new issue