src/templates/search.html
author hamidouk
Tue, 29 Nov 2011 11:09:08 +0100
branchpopcorn-port
changeset 345 8a088f7daa66
parent 261 7e7a44d82a81
child 768 7edeeca53269
permissions -rw-r--r--
rollover over the interface buttons now works as expected. Also changed the width of the buttons to the correct size. Resized the width and height of the sprites to be the same as the boxes we display them in.
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'
261
7e7a44d82a81 positionned correctly the search box - its position is now calculated in function
hamidouk
parents: 250
diff changeset
     3
	style='margin-left: {{margin_left}}; position: absolute; margin-top: -60px;'>
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>