src/templates/search.html
changeset 944 8a6c9e3d0158
parent 907 27b248a13355
parent 943 a882cc0c936f
child 945 7d9f6fd6f904
equal deleted inserted replaced
907:27b248a13355 944:8a6c9e3d0158
     1 {{! template for the search container }}
       
     2 <div class='LdtSearchContainer'
       
     3 	style='margin-left: {{margin_left}}; position: absolute; margin-top: -60px;'>
       
     4 	<div class='LdtSearch'
       
     5 		style='display: none; background-color: #EEE; width: 165px; border-color: #CFCFCF; position: absolute; text-align: center;'>
       
     6 		<input class='LdtSearchInput'
       
     7 			style='margin-top: 1px; margin-bottom: 2px;' />
       
     8 	</div>
       
     9 </div>
       
    10 <div class='cleaner'></div>