From 87617c9b44f50bd204df0220394c0b1537858a69 Mon Sep 17 00:00:00 2001 From: Guillaume Pellerin Date: Tue, 29 Sep 2015 23:38:20 +0200 Subject: [PATCH] add audio placeholder --- app/records/static/css/dig2.css | 1 + app/templates/shop/product.html | 3 +++ 2 files changed, 4 insertions(+) diff --git a/app/records/static/css/dig2.css b/app/records/static/css/dig2.css index 31804d5..cb16398 100644 --- a/app/records/static/css/dig2.css +++ b/app/records/static/css/dig2.css @@ -78,6 +78,7 @@ hr { .placeholder-audio { display:block; background: white; + height: 20px; } .form-actions { diff --git a/app/templates/shop/product.html b/app/templates/shop/product.html index 9f9cb0a..769e2eb 100644 --- a/app/templates/shop/product.html +++ b/app/templates/shop/product.html @@ -104,8 +104,11 @@ $(function () { + {% else %} +
{% endif %} +
  • {{ product.record.artist }}
  • {{ product.record.title }}
  • -- 2.39.5