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 {
|
form.f-search {
|
||||||
float: right;
|
float: right;
|
||||||
|
width: 20%;
|
||||||
}
|
}
|
||||||
|
|
||||||
/* Style the search field */
|
/* Style the search field */
|
||||||
|
@ -102,7 +103,7 @@ form.f-search input[type=text] {
|
||||||
font-size: 17px;
|
font-size: 17px;
|
||||||
border: 1px solid grey;
|
border: 1px solid grey;
|
||||||
float: left;
|
float: left;
|
||||||
width: 30%;
|
width: 80%;
|
||||||
background: #f1f1f1;
|
background: #f1f1f1;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue