]> git.parisson.com Git - diggersdigest.git/commitdiff
fix product view
authorGuillaume Pellerin <guillaume.pellerin@ircam.fr>
Mon, 28 Sep 2015 11:10:49 +0000 (13:10 +0200)
committerGuillaume Pellerin <guillaume.pellerin@ircam.fr>
Mon, 28 Sep 2015 11:10:49 +0000 (13:10 +0200)
app/records/static/css/dig2.css
app/templates/shop/product.html

index db5f65f3572eceb7fba35d72d2942cdd1c434932..45eec77c6d1de7f3a9c4d0f046f15e615641973b 100644 (file)
@@ -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;
+    
+}
index 1a77a6f2469f7687b4bc4dfe3a81beb594fbd291..8a1bda1ce4bc3ca08608582ba26c1f0758776422 100644 (file)
@@ -97,7 +97,7 @@ $(function () {
     {% editable product.content %}
     {{ product.content|richtext_filters|safe }}
     {% endeditable %}
-
+  <br/>
   <li>{% trans "Artist" %}: <strong>{{ product.record.artist }}</strong></li>
   <li>{% trans "Title" %}: <em>{{ product.record.title }}</em></li>
   <li>
@@ -154,7 +154,6 @@ $(function () {
 
 </ul>
 
-
 </div>
 </div>