src/templates/search.html
branchpopcorn-port
changeset 250 41683e7cb17a
parent 224 f2bb098683ef
child 261 7e7a44d82a81
--- a/src/templates/search.html	Wed Nov 16 10:47:00 2011 +0100
+++ b/src/templates/search.html	Wed Nov 16 10:47:30 2011 +0100
@@ -1,9 +1,9 @@
 {{! template for the search container }}
-<div id='LdtSearchContainer'
+<div class='LdtSearchContainer'
 	style='margin-left: 445px; position: absolute; margin-top: -26px;'>
-	<div id='LdtSearch'
+	<div class='LdtSearch'
 		style='display: none; background-color: #EEE; width: 165px; boder: 1px; border-color: #CFCFCF; position: absolute; text-align: center;'>
-		<input id='LdtSearchInput'
+		<input class='LdtSearchInput'
 			style='margin-top: 2px; margin-bottom: 2px;' />
 	</div>
 </div>