VRFS-2498 : Metronome graphic, made transparent. Session UI for metronome.

This commit is contained in:
Steven Miers 2015-01-08 11:14:02 -06:00
parent b0bf4b4a48
commit 9dc364ea20
3 changed files with 10 additions and 4 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 25 KiB

View File

@ -74,7 +74,7 @@
left:5px;
}
.open-media-file-header {
.open-media-file-header, .use-metronome-header {
font-size:16px;
line-height:100%;
margin:0;
@ -319,8 +319,6 @@ table.vu td {
color: inherit;
}
.session-add {
margin-top:9px;
margin-bottom:8px;

View File

@ -120,10 +120,18 @@
<li><a href="#" id="open-a-jamtrack">JamTrack</a></li>
<% end %>
<!--<li>Audio File</li>-->
</ul>
</ul>
</div>
<br clear="all" />
<div class="when-empty use-metronome-header">
<%= image_tag "content/icon_metronome.png", {width:22, height:20} %>
<a href="#" id="use-metronome">Use Metronome</a>
</div>
</div>
<br clear="all" />
<%= render "play_controls" %>