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