Fix Searchbox Styling
This commit is contained in:
parent
39f0cb4539
commit
2199ac6db8
2 changed files with 1 additions and 7 deletions
|
@ -84,12 +84,6 @@ body {
|
||||||
color: #00ff00;
|
color: #00ff00;
|
||||||
}
|
}
|
||||||
|
|
||||||
.search {
|
|
||||||
text-align: center;
|
|
||||||
font-weight: bold;
|
|
||||||
color: #ffffff;
|
|
||||||
}
|
|
||||||
|
|
||||||
.error {
|
.error {
|
||||||
margin-left: 0.5em;
|
margin-left: 0.5em;
|
||||||
margin-right: 0.5em;
|
margin-right: 0.5em;
|
||||||
|
|
|
@ -7,7 +7,7 @@
|
||||||
<div class="page-header">
|
<div class="page-header">
|
||||||
<div class="search">
|
<div class="search">
|
||||||
<form class="f-search" action="index.php" method="get">
|
<form class="f-search" action="index.php" method="get">
|
||||||
<input type=" text"placeholder="Suche.." name="f" />
|
<input type="text"placeholder="Suche.." name="f" />
|
||||||
<button type="submit"><i class="fa fa-search"></i></button>
|
<button type="submit"><i class="fa fa-search"></i></button>
|
||||||
<input type="hidden" name="d" value="{{ $dir }}">
|
<input type="hidden" name="d" value="{{ $dir }}">
|
||||||
<input type="hidden" name="s" value="{{ $slice }}">
|
<input type="hidden" name="s" value="{{ $slice }}">
|
||||||
|
|
Loading…
Reference in a new issue