From: Guillaume Pellerin Date: Mon, 28 Sep 2015 11:10:49 +0000 (+0200) Subject: fix product view X-Git-Url: https://git.parisson.com/?a=commitdiff_plain;h=7f2c9b6093df8f7388ecf705be820757f612c595;p=diggersdigest.git fix product view --- 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 () { -