Some icons for the menu
This commit is contained in:
parent
269e33447c
commit
9cfbed82a3
|
@ -82,7 +82,7 @@
|
||||||
</a>
|
</a>
|
||||||
</div>
|
</div>
|
||||||
<div class="headright">
|
<div class="headright">
|
||||||
<img id="searchImage" src="<?php echo getUrlWithVersion("images/search.png") ?>" alt="Search" />
|
<img id="searchImage" src="<?php echo getUrlWithVersion("images/setting64.png") ?>" alt="Settings and menu" />
|
||||||
</div>
|
</div>
|
||||||
<div class="headcenter">
|
<div class="headcenter">
|
||||||
<p><?php echo $currentPage->title ?></p>
|
<p><?php echo $currentPage->title ?></p>
|
||||||
|
@ -92,9 +92,9 @@
|
||||||
<div class="menu">
|
<div class="menu">
|
||||||
<div id="search" class="search">
|
<div id="search" class="search">
|
||||||
<form action="index.php?page=9" method="get">
|
<form action="index.php?page=9" method="get">
|
||||||
<input type="text" style="width: 50%" name="query" />
|
<input type="text" name="query" />
|
||||||
<input type="hidden" name="page" value="9" />
|
<input type="hidden" name="page" value="9" />
|
||||||
<input type="submit" value="Search" />
|
<input type="image" src="images/search32.png" alt="Search" />
|
||||||
</form>
|
</form>
|
||||||
<form action="index.php?page=9" method="get">
|
<form action="index.php?page=9" method="get">
|
||||||
<select>
|
<select>
|
||||||
|
@ -103,6 +103,7 @@
|
||||||
<option value="mercedes">Mercedes</option>
|
<option value="mercedes">Mercedes</option>
|
||||||
<option value="audi">Audi</option>
|
<option value="audi">Audi</option>
|
||||||
</select>
|
</select>
|
||||||
|
<input type="image" src="images/search32.png" alt="Search" />
|
||||||
</form>
|
</form>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
18
style.css
18
style.css
|
@ -206,8 +206,26 @@ background-color: black;
|
||||||
margin-top: 3px;
|
margin-top: 3px;
|
||||||
padding: 6px 10px;
|
padding: 6px 10px;
|
||||||
border-radius: 6px;
|
border-radius: 6px;
|
||||||
|
display: table;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.search input
|
||||||
|
{
|
||||||
|
display: table-cell;
|
||||||
|
vertical-align: middle;
|
||||||
|
}
|
||||||
|
|
||||||
|
.search input[type=text], .search select
|
||||||
|
{
|
||||||
|
width: 242px;
|
||||||
|
}
|
||||||
|
|
||||||
|
.search select
|
||||||
|
{
|
||||||
|
width: 248px;
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
.bookpopup
|
.bookpopup
|
||||||
{
|
{
|
||||||
min-width: 400px;
|
min-width: 400px;
|
||||||
|
|
Loading…
Reference in a new issue