src/templates/search.html
author hamidouk
Mon, 19 Dec 2011 15:25:22 +0100
branchpopcorn-port
changeset 481 a46cfeee6d77
parent 261 7e7a44d82a81
child 768 7edeeca53269
permissions -rw-r--r--
using jquery ui draggable changes the state of an element from absolute to relative positioning, which breaks the way our seek button expands itself, so we need to force absolute positioning, quite uglily, using jquery.
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>