From 1f5b4cedfdff162532bfee85c94f038c60b4653d Mon Sep 17 00:00:00 2001 From: Davide Bongiovanni Date: Sat, 15 Dec 2018 18:11:42 +0100 Subject: [PATCH] Fixed some styling --- static/style.css | 8 ++++---- templates/view_meal.html | 4 ++-- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/static/style.css b/static/style.css index 059609f..2390399 100644 --- a/static/style.css +++ b/static/style.css @@ -63,7 +63,7 @@ h2 { box-shadow: 2px 2px 5px 0px rgba(0,0,0,0.5); } -.flex-card img { +.flex-thumb { height: 80px; width: 80px; margin: 16px 20px; @@ -238,15 +238,15 @@ h2 { margin: 5px 0; } -.when { +.sub-flex { display: flex; } -.when * { +.sub-flex * { margin: auto 3px; } -#search-user, #flavor-text, #datepicker { +#search-user, #flavor-text, #datepicker, #deadline-amount { min-width: 0; padding: 0.5em; } diff --git a/templates/view_meal.html b/templates/view_meal.html index 33a5aee..b86b76e 100644 --- a/templates/view_meal.html +++ b/templates/view_meal.html @@ -33,7 +33,7 @@

Cook

{% if meal.kuk == "" %} - +

If nobody volunteers,
will cook.

VOLUNTEER
{% else %} @@ -45,7 +45,7 @@

Eaters

{% for eater in meal.eaters %}
- + {{ eater }}
{% endfor %}