Change Search Position

This commit is contained in:
seiichiro 2022-01-10 17:27:34 +01:00
parent 6c7d9458f4
commit bfbe5077e7

View file

@ -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;