From 7f2c9b6093df8f7388ecf705be820757f612c595 Mon Sep 17 00:00:00 2001 From: Guillaume Pellerin Date: Mon, 28 Sep 2015 13:10:49 +0200 Subject: [PATCH] fix product view --- app/records/static/css/dig2.css | 8 ++++++++ app/templates/shop/product.html | 3 +-- 2 files changed, 9 insertions(+), 2 deletions(-) diff --git a/app/records/static/css/dig2.css b/app/records/static/css/dig2.css index db5f65f..45eec77 100644 --- a/app/records/static/css/dig2.css +++ b/app/records/static/css/dig2.css @@ -79,3 +79,11 @@ hr { display:block; background: white; } + +.form-actions { + background-color: white; + box-shadow: 0 1px 2px rgba(0, 0, 0, 0.075); + border: 1px solid #dddddd; + border-radius: 4px; + +} diff --git a/app/templates/shop/product.html b/app/templates/shop/product.html index 1a77a6f..8a1bda1 100644 --- a/app/templates/shop/product.html +++ b/app/templates/shop/product.html @@ -97,7 +97,7 @@ $(function () { {% editable product.content %} {{ product.content|richtext_filters|safe }} {% endeditable %} - +
  • {% trans "Artist" %}: {{ product.record.artist }}
  • {% trans "Title" %}: {{ product.record.title }}
  • @@ -154,7 +154,6 @@ $(function () { - -- 2.39.5