From a13a977206f8f9261295b75bdd6ea70bb7db28e3 Mon Sep 17 00:00:00 2001 From: Johannes Schriewer Date: Sun, 5 Jan 2025 21:48:12 +0100 Subject: [PATCH] Styling for action icons --- inventory/static/inventory/css/main.css | 4 ++++ inventory/templates/inventory/distributor_detail.html | 2 +- inventory/templates/inventory/manufacturer_detail.html | 2 +- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/inventory/static/inventory/css/main.css b/inventory/static/inventory/css/main.css index efeff10..a2439e2 100644 --- a/inventory/static/inventory/css/main.css +++ b/inventory/static/inventory/css/main.css @@ -259,3 +259,7 @@ table.list tbody td { position: relative; top: 4px; } + +.right { + text-align: right; +} \ No newline at end of file diff --git a/inventory/templates/inventory/distributor_detail.html b/inventory/templates/inventory/distributor_detail.html index 6c0f821..6df6208 100644 --- a/inventory/templates/inventory/distributor_detail.html +++ b/inventory/templates/inventory/distributor_detail.html @@ -123,7 +123,7 @@ {% for item in items %} {{ item.name }} - + {% if item.documentation.all %} {% endif %} diff --git a/inventory/templates/inventory/manufacturer_detail.html b/inventory/templates/inventory/manufacturer_detail.html index a20846e..b220af5 100644 --- a/inventory/templates/inventory/manufacturer_detail.html +++ b/inventory/templates/inventory/manufacturer_detail.html @@ -90,7 +90,7 @@ {% for item in items %} {{ item.name }} - + {% if item.documentation.all %} {% endif %}