diff --git a/allianceauth/authentication/templates/authentication/dashboard.characters.html b/allianceauth/authentication/templates/authentication/dashboard.characters.html index 43944bf7..0e0229fd 100644 --- a/allianceauth/authentication/templates/authentication/dashboard.characters.html +++ b/allianceauth/authentication/templates/authentication/dashboard.characters.html @@ -17,7 +17,7 @@ {% translate 'Change Main' %} - +
diff --git a/allianceauth/authentication/templates/authentication/dashboard.groups.html b/allianceauth/authentication/templates/authentication/dashboard.groups.html index 5ea8514a..5cbd8cf3 100644 --- a/allianceauth/authentication/templates/authentication/dashboard.groups.html +++ b/allianceauth/authentication/templates/authentication/dashboard.groups.html @@ -6,7 +6,7 @@
{% translate "State:" %} {{ request.user.profile.state }}
-
+
{% for group in groups %} diff --git a/allianceauth/optimer/templates/optimer/dashboard.ops.html b/allianceauth/optimer/templates/optimer/dashboard.ops.html index 1adb5d52..b271c591 100644 --- a/allianceauth/optimer/templates/optimer/dashboard.ops.html +++ b/allianceauth/optimer/templates/optimer/dashboard.ops.html @@ -7,7 +7,7 @@

{% translate "Upcoming Fleets" %}

-
{{ group.name }}
+
diff --git a/allianceauth/static/allianceauth/css/auth-framework.css b/allianceauth/static/allianceauth/css/auth-framework.css index 5b4b80fc..830baa70 100644 --- a/allianceauth/static/allianceauth/css/auth-framework.css +++ b/allianceauth/static/allianceauth/css/auth-framework.css @@ -1,9 +1,18 @@ /** * Alliance Auth CSS Framework * - * This provides some CSS classes to be used throughout Alliance Auth and its Community Apps + * This provides some CSS classes together with a couple of Bootstrap fixes + * to be used throughout Alliance Auth and its Community Apps */ +/* Bootstrap fixes +------------------------------------------------------------------------------------- */ +@media all { + .table { + --bs-table-bg: transparent; + } +} + /* Cursor classes ------------------------------------------------------------------------------------- */ @media all { diff --git a/allianceauth/templates/allianceauth/messages-bs5.html b/allianceauth/templates/allianceauth/messages-bs5.html index d12caed2..762c1852 100644 --- a/allianceauth/templates/allianceauth/messages-bs5.html +++ b/allianceauth/templates/allianceauth/messages-bs5.html @@ -3,7 +3,7 @@ {% for message in messages %}
{% translate "Operation" %}
+
@@ -20,10 +20,10 @@ {% for timer in timers %} - -
{% translate "Details" %}
+ {{ timer.details }} + {{ timer.get_timer_type_display }}