Restyled the search page
Split users and groups added a search button made some boxes required
This commit is contained in:
@@ -25,6 +25,11 @@ header {
|
|||||||
padding-left: 48px;
|
padding-left: 48px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
#header-search input {
|
||||||
|
border: none;
|
||||||
|
}
|
||||||
|
|
||||||
header div {
|
header div {
|
||||||
display: inline-block;
|
display: inline-block;
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -0,0 +1,12 @@
|
|||||||
|
.search-output {
|
||||||
|
width: calc(50% - 48px);
|
||||||
|
display: inline-flex;
|
||||||
|
}
|
||||||
|
|
||||||
|
.search-output:nth-child(n) {
|
||||||
|
display: inline-block;
|
||||||
|
}
|
||||||
|
|
||||||
|
#search-friends-output {
|
||||||
|
margin-right: 10px;
|
||||||
|
}
|
||||||
@@ -4,8 +4,13 @@
|
|||||||
</div>
|
</div>
|
||||||
<div id="header-search">
|
<div id="header-search">
|
||||||
<form action="search.php" method="get">
|
<form action="search.php" method="get">
|
||||||
<input name="search" type="text" placeholder="zoek naar van alles" />
|
<input name="search"
|
||||||
<input type="submit" value="Zoek"/>
|
type="text"
|
||||||
|
placeholder="Zoek naar wat je wil"
|
||||||
|
required
|
||||||
|
/>
|
||||||
|
<input type="submit"
|
||||||
|
value="Zoek"/>
|
||||||
</form>
|
</form>
|
||||||
</div>
|
</div>
|
||||||
<div class="right profile-menu">
|
<div class="right profile-menu">
|
||||||
|
|||||||
File diff suppressed because one or more lines are too long
Reference in New Issue
Block a user