src/templates/search.html
author hamidouk
Wed, 16 Nov 2011 17:04:12 +0100
branchpopcorn-port
changeset 258 cd439bb3421d
parent 250 41683e7cb17a
child 261 7e7a44d82a81
permissions -rw-r--r--
form fixes for the overlay_marker - moved css styling from the template to the css file.
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
221
2a83d308dba6 added short descriptions to all the template files.
hamidouk
parents: 37
diff changeset
     1
{{! template for the search container }}
250
41683e7cb17a updated the playerWidget to use classes instead of id's in its elements.
hamidouk
parents: 224
diff changeset
     2
<div class='LdtSearchContainer'
224
f2bb098683ef changed the styling of the search box div to make it appear correctly.
hamidouk
parents: 221
diff changeset
     3
	style='margin-left: 445px; position: absolute; margin-top: -26px;'>
250
41683e7cb17a updated the playerWidget to use classes instead of id's in its elements.
hamidouk
parents: 224
diff changeset
     4
	<div class='LdtSearch'
37
817bdedf83d7 two template files for very specific parts of the player
hamidouk
parents:
diff changeset
     5
		style='display: none; background-color: #EEE; width: 165px; boder: 1px; border-color: #CFCFCF; position: absolute; text-align: center;'>
250
41683e7cb17a updated the playerWidget to use classes instead of id's in its elements.
hamidouk
parents: 224
diff changeset
     6
		<input class='LdtSearchInput'
37
817bdedf83d7 two template files for very specific parts of the player
hamidouk
parents:
diff changeset
     7
			style='margin-top: 2px; margin-bottom: 2px;' />
817bdedf83d7 two template files for very specific parts of the player
hamidouk
parents:
diff changeset
     8
	</div>
817bdedf83d7 two template files for very specific parts of the player
hamidouk
parents:
diff changeset
     9
</div>
817bdedf83d7 two template files for very specific parts of the player
hamidouk
parents:
diff changeset
    10
<div class='cleaner'></div>