src/templates/search.html
branchpopcorn-port
changeset 261 7e7a44d82a81
parent 250 41683e7cb17a
child 768 7edeeca53269
equal deleted inserted replaced
260:6603758fe69b 261:7e7a44d82a81
     1 {{! template for the search container }}
     1 {{! template for the search container }}
     2 <div class='LdtSearchContainer'
     2 <div class='LdtSearchContainer'
     3 	style='margin-left: 445px; position: absolute; margin-top: -26px;'>
     3 	style='margin-left: {{margin_left}}; position: absolute; margin-top: -60px;'>
     4 	<div class='LdtSearch'
     4 	<div class='LdtSearch'
     5 		style='display: none; background-color: #EEE; width: 165px; boder: 1px; border-color: #CFCFCF; position: absolute; text-align: center;'>
     5 		style='display: none; background-color: #EEE; width: 165px; boder: 1px; border-color: #CFCFCF; position: absolute; text-align: center;'>
     6 		<input class='LdtSearchInput'
     6 		<input class='LdtSearchInput'
     7 			style='margin-top: 2px; margin-bottom: 2px;' />
     7 			style='margin-top: 2px; margin-bottom: 2px;' />
     8 	</div>
     8 	</div>