Simplify menu

This commit is contained in:
Sébastien Lucas 2012-07-01 21:17:19 +02:00
parent aeb8506909
commit 3e393c3d10
2 changed files with 10 additions and 10 deletions

View file

@ -110,13 +110,13 @@
<input type="image" src="images/search32.png" alt="Search" />
</form>
<form action="index.php?page=9" method="get">
<select id="sortchoice" style="width: 183px">
<select id="sortchoice">
<option value="st"><?php echo localize("bookword.title") ?></option>
<option value="sa"><?php echo localize("authors.title") ?></option>
<option value="ss"><?php echo localize("series.title") ?></option>
<option value="sp"><?php echo localize("content.published") ?></option>
</select>
<select id="sortorder" style="width: 60px">
<select id="sortorder">
<option value="asc">Asc</option>
<option value="desc">Desc</option>
</select>

View file

@ -190,13 +190,13 @@ display: inline;
.menu
{
float: right;
width : 300px;
width : 250px;
}
.search
{
display:none;
width : 300px;
width : 250px;
position: absolute;
background: white;
}
@ -205,20 +205,20 @@ background: white;
{
background-color: black;
margin-top: 3px;
padding: 6px 10px;
border-radius: 6px;
display: table;
}
.search input, .search img, .search img
.search input[type=text], .search select
{
display: table-cell;
vertical-align: middle;
margin: 8px 10px;
}
.search input[type=text]
.search input[type=image], .search img
{
width: 242px;
vertical-align: middle;
float:right;
padding: 3px 2px;
}
.bookpopup