From 61c3684ad548b966ace7edefceb7ea746d26a78e Mon Sep 17 00:00:00 2001 From: sanj Date: Thu, 2 Dec 2010 17:41:22 +0100 Subject: [PATCH] audio css --- vurbanism/static/css/vurbanism.css | 19 +++++++++++++++++++ vurbanism/templates/flyovers.html | 5 +++-- 2 files changed, 22 insertions(+), 2 deletions(-) diff --git a/vurbanism/static/css/vurbanism.css b/vurbanism/static/css/vurbanism.css index 4f33b3a..e9eeb6d 100644 --- a/vurbanism/static/css/vurbanism.css +++ b/vurbanism/static/css/vurbanism.css @@ -67,6 +67,25 @@ a img { 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 { width: 140px; } diff --git a/vurbanism/templates/flyovers.html b/vurbanism/templates/flyovers.html index bf0f0fc..c62993c 100644 --- a/vurbanism/templates/flyovers.html +++ b/vurbanism/templates/flyovers.html @@ -61,8 +61,9 @@ - <%= audio.info.title %> - +
+ <%= audio.info.title %> +
<% } %>