play button refinement
This commit is contained in:
parent
d8a8353cc5
commit
760e6a6f0c
4 changed files with 7 additions and 76 deletions
|
@ -97,13 +97,9 @@
|
|||
<div id="itemImage"></div>
|
||||
|
||||
<div id="playButtonShadow" style="display: none; height: 48px; position: absolute; bottom: 0; left: 0; right: 0; background: black; opacity: .75;"></div>
|
||||
<button id="btnPlayMenu" type="button" class="imageButton" style="display: none; position: absolute; bottom: 5px; left: 10px;" data-role="none" title="Play">
|
||||
<button id="btnPlay" type="button" class="imageButton" style="display: none; position: absolute; bottom: 5px; left: 10px;" data-role="none" title="Play">
|
||||
<img src="css/images/media/playCircle.png" style="height: 28px;" />
|
||||
</button>
|
||||
|
||||
<button id="btnQueueMenu" type="button" class="imageButton" style="display: none; position: absolute; bottom: 5px; left: 50px;" data-role="none" title="Queue">
|
||||
<img src="css/images/media/queue.png" style="height: 28px;" />
|
||||
</button>
|
||||
</div>
|
||||
<div id="playMenuAnchor"></div>
|
||||
<div id="queueMenuAnchor"></div>
|
||||
|
@ -186,21 +182,6 @@
|
|||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div data-role="popup" id="playMenu" data-corners="false" data-theme="c">
|
||||
<ul data-role="listview" style="min-width: 150px;" data-theme="c">
|
||||
<li data-role="list-divider" data-theme="a">Play Menu</li>
|
||||
<li><a href="#" id="btnPlay">Play</a></li>
|
||||
<li><a href="#" id="btnResume">Resume</a></li>
|
||||
</ul>
|
||||
</div>
|
||||
|
||||
<div data-role="popup" id="queueMenu" data-corners="false" data-theme="c">
|
||||
<ul data-role="listview" style="min-width: 150px;" data-theme="c">
|
||||
<li data-role="list-divider" data-theme="a">Queue Menu</li>
|
||||
<li><a href="#" id="btnQueue">Add to Queue</a></li>
|
||||
</ul>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</body>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue