src/templates/search.html
author hamidouk
Mon, 06 Feb 2012 11:37:48 +0100
branchslicewidget-redo
changeset 780 2ae03b1d2797
parent 768 7edeeca53269
permissions -rw-r--r--
WIP - trying to redo the slicewidget with raphael's idea.
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'
768
7edeeca53269 changed slightly the position of the search box.
hamidouk
parents: 261
diff changeset
     5
		style='display: none; background-color: #EEE; width: 165px; 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'
768
7edeeca53269 changed slightly the position of the search box.
hamidouk
parents: 261
diff changeset
     7
			style='margin-top: 1px; margin-bottom: 2px;' />
37
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>