From beec7242c6bf4776a7df5d1681562d1d7c4b98df Mon Sep 17 00:00:00 2001 From: Fabio Caccamo Date: Thu, 9 Feb 2017 15:08:37 +0100 Subject: [PATCH] Removed old code and added comment to previous fix --- admin_interface/templates/admin/base_site.html | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) diff --git a/admin_interface/templates/admin/base_site.html b/admin_interface/templates/admin/base_site.html index 7f8f5c8..a078d36 100644 --- a/admin_interface/templates/admin/base_site.html +++ b/admin_interface/templates/admin/base_site.html @@ -365,12 +365,7 @@ padding:6px 10px !important; } - /* - .inline-group .tabular thead th:last-child:not([class]):not([style]) { - text-align:center; - } - */ - + /* begin fix issue #12 - Inlines bad delete buttons alignement */ .inline-group .tabular thead th:last-child:not([class]):not([style]) { text-align:right; } @@ -385,6 +380,7 @@ overflow:hidden; text-indent:9999px; } + /* end fix */ /* improve django-modeltranslation support - https://github.com/deschler/django-modeltranslation/pull/313/commits */