small design fixes on annotation detail (button size) and current item list
authordurandn
Fri, 22 Jul 2016 11:49:25 +0200
changeset 71 a0616d3c10dd
parent 70 c3116f5ed777
child 72 bdc0014e92dc
small design fixes on annotation detail (button size) and current item list
src/iconolab/templates/iconolab/collection_home.html
--- a/src/iconolab/templates/iconolab/collection_home.html	Thu Jul 21 15:35:24 2016 +0200
+++ b/src/iconolab/templates/iconolab/collection_home.html	Fri Jul 22 11:49:25 2016 +0200
@@ -7,16 +7,16 @@
 {% load iconolab_tags %}
 
 {% block content %}
-  <h2>Fonds {{collection_name}}</h2>
+  <h2>Fonds {{collection.verbose_name}}</h2>
   
   
-<ul class="annotation-list-wrapper list-inline">
+<ul class="image-list-wrapper list-inline">
   <p><strong>Images du fond</strong></p>
 
   {% for item in collection.items.all %}
   <li class="small-image-wrapper">
     
-    <div class="fragment-container" style="position: relative">
+    <div class="image-container text-center" style="position: relative">
     {% with item.images.first as image %}
       {% thumbnail image.media "300x300" crop=False as im %}
         <a href="{% url 'item_detail' collection_name item.item_guid %}">