diff --git a/src/fellchensammlung/static/fellchensammlung/css/bulma-styles.css b/src/fellchensammlung/static/fellchensammlung/css/bulma-styles.css index a7028c9..8b824ce 100644 --- a/src/fellchensammlung/static/fellchensammlung/css/bulma-styles.css +++ b/src/fellchensammlung/static/fellchensammlung/css/bulma-styles.css @@ -65,8 +65,8 @@ IMAGES .gallery .main-photo img { width: 100%; - height: 300px; - object-fit: cover; + height: 150px; + object-fit: cover; /* Crops the images */ border-radius: 6px; } @@ -78,8 +78,8 @@ IMAGES .thumbnail img { width: 100%; - height: 80px; - object-fit: cover; + height: 50px; + object-fit: cover; /* Crops the images */ border-radius: 4px; } @@ -88,3 +88,12 @@ IMAGES flex: 1; } + +/** +AN Cards + */ + +.an-card { + width: 100%; + height: 100%; +} \ No newline at end of file diff --git a/src/fellchensammlung/templates/fellchensammlung/lists/bulma-list-adoption-notices.html b/src/fellchensammlung/templates/fellchensammlung/lists/bulma-list-adoption-notices.html index 9501c2a..ea23fe5 100644 --- a/src/fellchensammlung/templates/fellchensammlung/lists/bulma-list-adoption-notices.html +++ b/src/fellchensammlung/templates/fellchensammlung/lists/bulma-list-adoption-notices.html @@ -1,6 +1,6 @@ {% load i18n %} {% if adoption_notices %} -
+
{% for adoption_notice in adoption_notices %}
{% include "fellchensammlung/partials/bulma-partial-adoption-notice-minimal.html" %} diff --git a/src/fellchensammlung/templates/fellchensammlung/partials/bulma-partial-adoption-notice-minimal.html b/src/fellchensammlung/templates/fellchensammlung/partials/bulma-partial-adoption-notice-minimal.html index 00bf181..7a770cc 100644 --- a/src/fellchensammlung/templates/fellchensammlung/partials/bulma-partial-adoption-notice-minimal.html +++ b/src/fellchensammlung/templates/fellchensammlung/partials/bulma-partial-adoption-notice-minimal.html @@ -1,41 +1,69 @@ {% load custom_tags %} {% load i18n %} -
-
-

+
+ +
+
+
+ +
-
-
- -
+
-
- -

- - {% if adoption_notice.location %} - {{ adoption_notice.location }} - {% else %} - {{ adoption_notice.location_string }} - {% endif %}

-
-
- {% include "fellchensammlung/partials/bulma-sex-overview.html" %} +

+ + {% if adoption_notice.location %} + {{ adoption_notice.location }} + {% else %} + {{ adoption_notice.location_string }} + {% endif %}

+
+
+ {% include "fellchensammlung/partials/bulma-sex-overview.html" %} +
-
- {% if adoption_notice.get_photo %} -
- {{ adoption_notice.get_photo.alt_text }} -
- {% endif %} + {% if adoption_notice.get_photos %} + + {% else %} + {% if adoption_notice.description_short %} + {{ adoption_notice.description_short | render_markdown }} + {% endif %} + {% endif %} +