adding money icons
This commit is contained in:
Binary file not shown.
|
After Width: | Height: | Size: 1.4 KiB |
Binary file not shown.
|
After Width: | Height: | Size: 1.3 KiB |
Binary file not shown.
|
Before Width: | Height: | Size: 6.5 KiB |
@@ -47,3 +47,5 @@
|
||||
#progressbar { margin-top: 20px; }
|
||||
|
||||
#tnl { float:right; margin:5px; }
|
||||
|
||||
#money { float:right; }
|
||||
|
||||
@@ -36,5 +36,20 @@
|
||||
</div>
|
||||
</div>
|
||||
</td>
|
||||
|
||||
<td class="panel">
|
||||
<div class="block">
|
||||
<div class='content'>
|
||||
<h2 class='title'>Store
|
||||
<div id="money">
|
||||
<%= @score %><%= image_tag('coin_single_gold.png') %>
|
||||
<%= @score %><%= image_tag('coin_single_silver.png') %>
|
||||
</div>
|
||||
</h2>
|
||||
<div class='inner'>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
|
||||
Reference in New Issue
Block a user