More Style Fixes

This commit is contained in:
seiichiro 2022-01-10 17:28:40 +01:00
parent bfbe5077e7
commit d0ba023808

View file

@ -94,6 +94,7 @@ body {
form.f-search {
float: right;
width: 20%;
}
/* Style the search field */
@ -102,7 +103,7 @@ form.f-search input[type=text] {
font-size: 17px;
border: 1px solid grey;
float: left;
width: 30%;
width: 80%;
background: #f1f1f1;
}