src/templates/search.html
changeset 843 75ba66457232
parent 768 7edeeca53269
--- a/src/templates/search.html	Tue Oct 04 11:16:06 2011 +0200
+++ b/src/templates/search.html	Fri Apr 06 16:55:34 2012 +0200
@@ -1,9 +1,10 @@
-<div id='LdtSearchContainer'
-	style='margin-left: 445px; position: absolute;'>
-	<div id='LdtSearch'
-		style='display: none; background-color: #EEE; width: 165px; boder: 1px; border-color: #CFCFCF; position: absolute; text-align: center;'>
-		<input id='LdtSearchInput'
-			style='margin-top: 2px; margin-bottom: 2px;' />
+{{! 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>