Change Search Position
This commit is contained in:
parent
6c7d9458f4
commit
bfbe5077e7
1 changed files with 6 additions and 2 deletions
|
@ -92,20 +92,24 @@ body {
|
||||||
color: #ffffff;
|
color: #ffffff;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
form.f-search {
|
||||||
|
float: right;
|
||||||
|
}
|
||||||
|
|
||||||
/* 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: 50%;
|
width: 30%;
|
||||||
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: 34px;
|
width: 36px;
|
||||||
padding: 10px;
|
padding: 10px;
|
||||||
background: #2196F3;
|
background: #2196F3;
|
||||||
color: white;
|
color: white;
|
||||||
|
|
Loading…
Reference in a new issue