Fix the search size to avoid losing the sort order. re #73
This commit is contained in:
		
							parent
							
								
									0d50ccc6e5
								
							
						
					
					
						commit
						bcef6c5b9d
					
				
					 1 changed files with 2 additions and 2 deletions
				
			
		|  | @ -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> | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue