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;
|
color: #ffffff;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
/* Style the search field */
|
/* Style the search field */
|
||||||
form.f-search input[type=text] {
|
form.f-search input[type=text] {
|
||||||
padding: 10px;
|
padding: 10px;
|
||||||
font-size: 17px;
|
font-size: 17px;
|
||||||
border: 1px solid grey;
|
border: 1px solid grey;
|
||||||
float: left;
|
float: left;
|
||||||
width: 80%;
|
width: 50%;
|
||||||
background: #f1f1f1;
|
background: #f1f1f1;
|
||||||
}
|
}
|
||||||
|
|
||||||
/* Style the submit button */
|
/* Style the submit button */
|
||||||
form.f-search button {
|
form.f-search button {
|
||||||
float: left;
|
float: left;
|
||||||
width: 20%;
|
width: 10%;
|
||||||
padding: 10px;
|
padding: 10px;
|
||||||
background: #2196F3;
|
background: #2196F3;
|
||||||
color: white;
|
color: white;
|
||||||
|
|
Loading…
Reference in a new issue