src/templates/search.html
branchnew-model
changeset 876 03967b6ada7c
parent 875 43629caa77bc
child 880 4c7b33bf2795
equal deleted inserted replaced
875:43629caa77bc 876:03967b6ada7c
     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>