More Style Fixes
This commit is contained in:
parent
bfbe5077e7
commit
d0ba023808
1 changed files with 2 additions and 1 deletions
|
@ -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;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue