| author | hamidouk |
| Mon, 09 Jan 2012 17:22:36 +0100 | |
| branch | popcorn-port |
| changeset 601 | 02b857c0c9f1 |
| parent 261 | 7e7a44d82a81 |
| child 768 | 7edeeca53269 |
| permissions | -rw-r--r-- |
|
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> |