audio css

This commit is contained in:
sanj 2010-12-02 17:41:22 +01:00
parent 98006bd1ba
commit 61c3684ad5
2 changed files with 22 additions and 2 deletions

View File

@ -67,6 +67,25 @@ a img {
text-align: center; text-align: center;
} }
.audiosWrapper {
padding: 10px;
}
.audioWrapper {
margin-bottom: 15px;
}
.audioFail {
font-size: 12px;
font-style: italic;
color: #393939;
}
.audioTitle {
text-align: center;
font-family: "Times New Roman", Times, serif;
}
.videoWrapper img { .videoWrapper img {
width: 140px; width: 140px;
} }

View File

@ -61,8 +61,9 @@
<audio src="<%= audio.info.url %>" controls="controls"> <audio src="<%= audio.info.url %>" controls="controls">
<a href="<%= audio.info.url %>" target="_blank" title="<%= audio.info.title %>" class="audioFail">Right-click and Save-As to download</a> <a href="<%= audio.info.url %>" target="_blank" title="<%= audio.info.title %>" class="audioFail">Right-click and Save-As to download</a>
</audio> </audio>
<%= audio.info.title %> <div class="audioTotle">
</a> <%= audio.info.title %>
</div>
<div> <div>
<% } %> <% } %>