-
+
Links
@@ -154,7 +154,7 @@ Hier kannst du E-Mails an deine Gruppe oder an andere Menschen in der JDAV {% se
/* max-width: 800px; Optional: Adjust based on design */
margin: auto; /* Centers the grid */
}
-
+
.icon-item {
text-decoration: none;
text-align: center;
@@ -163,7 +163,7 @@ Hier kannst du E-Mails an deine Gruppe oder an andere Menschen in der JDAV {% se
border-radius: 4px;
transition: all 0.3s ease;
box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
-
+
display: flex;
flex-direction: column;
align-items: center;
@@ -171,34 +171,34 @@ Hier kannst du E-Mails an deine Gruppe oder an andere Menschen in der JDAV {% se
/*height: 100%; Forces uniform height */
/*min-height: 150px; Ensures all boxes have at least this height */
}
-
+
.icon-item img {
width: 60px;
height: 60px;
object-fit: contain;
margin-bottom: 8px;
}
-
+
.icon-text {
display: flex;
flex-direction: column;
align-items: center;
flex-grow: 1; /* Ensures text takes up available space */
}
-
+
.icon-title {
font-size: 14px;
font-weight: bold;
margin-bottom: 5px;
}
-
+
.icon-subtext {
font-size: 12px;
color: #666;
}
-
+
.icon-item:hover {
-
+
transform: translateY(-3px);
}
diff --git a/jdav_web/templates/admin/members/group/change_list.html b/jdav_web/templates/admin/members/group/change_list.html
index 081adcd..50ef031 100644
--- a/jdav_web/templates/admin/members/group/change_list.html
+++ b/jdav_web/templates/admin/members/group/change_list.html
@@ -13,4 +13,3 @@
{{block.super}}
{% endblock %}
-
diff --git a/jdav_web/templates/nesting/admin/inlines/stacked.html b/jdav_web/templates/nesting/admin/inlines/stacked.html
index 58fac04..68023bd 100644
--- a/jdav_web/templates/nesting/admin/inlines/stacked.html
+++ b/jdav_web/templates/nesting/admin/inlines/stacked.html
@@ -37,7 +37,7 @@
data-is-initial="{% if inline_admin_form.pk_field.field.value %}true{% else %}false{% endif %}"
{% endif %}
id="{{ inline_admin_formset.formset.prefix }}-{% if forloop.last and inline_admin_formset.has_add_permission %}empty{% else %}{{ inline_admin_form.form|form_index }}{% endif %}">
-
+
{{ inline_admin_formset.opts.verbose_name|capfirst }}: {% if inline_admin_form.original %}{{ inline_admin_form.original }}{% if inline_admin_form.model_admin.show_change_link and inline_admin_form.model_admin.has_registered_model %} {% if inline_admin_formset.has_change_permission %}{% trans "Change" %}{% else %}{% trans "View" %}{% endif %}{% endif %}
{% else %}#{{ forloop.counter }}{% endif %}