src/templates/search.html
author cavaliet
Fri, 11 May 2012 16:04:53 +0200
changeset 897 94fea76c883e
parent 768 7edeeca53269
permissions -rw-r--r--
Merge with 13fae7e9b4e7afae4324b5a8eafe9286b97cd636

{{! template for the search container }}
<div class='LdtSearchContainer'
	style='margin-left: {{margin_left}}; position: absolute; margin-top: -60px;'>
	<div class='LdtSearch'
		style='display: none; background-color: #EEE; width: 165px; border-color: #CFCFCF; position: absolute; text-align: center;'>
		<input class='LdtSearchInput'
			style='margin-top: 1px; margin-bottom: 2px;' />
	</div>
</div>
<div class='cleaner'></div>