Fix the search size to avoid losing the sort order. re #73

This commit is contained in:
Sébastien Lucas 2013-06-25 17:44:14 +02:00
parent 0d50ccc6e5
commit bcef6c5b9d

View file

@ -7,7 +7,7 @@
<h1>{{=it.title}}</h1>
</div>
<div id="tool" style="display: none">
<div style="float: left; width: 60%">
<div style="float: left; width: 50%">
<form id="searchForm" action="index.php" method="get">
<div style="float: right">
<input type="image" src="images/search32.png?v={{=it.const.version}}" alt="{{=it.const.i18n.searchAlt}}" />
@ -22,7 +22,7 @@
</div>
</form>
</div>
<div id="sortForm" style="float: right; width: 35%; display: none">
<div id="sortForm" style="float: right; width: 45%; display: none">
<div style="float: right">
<img id="sort" src="images/sort32.png?v={{=it.const.version}}" alt="{{=it.const.i18n.sortAlt}}" />
</div>