diff --git a/src/new/assets/tailwind/css/backend.css b/src/new/assets/tailwind/css/backend.css index b72bddff2..3ae3d88c8 100644 --- a/src/new/assets/tailwind/css/backend.css +++ b/src/new/assets/tailwind/css/backend.css @@ -28,8 +28,12 @@ } .badge-yes { - @apply inline-flex rounded bg-lime-500 px-2 py-1 text-sm font-medium text-white hover:bg-opacity-90; + @apply inline-flex rounded-sm bg-lime-500 px-2 py-1 text-sm font-medium text-white hover:bg-opacity-90 min-w-20 justify-center shadow-xl; } .badge-no { - @apply inline-flex rounded bg-orange-500 px-2 py-1 text-sm font-medium text-white hover:bg-opacity-90; + @apply inline-flex rounded-sm bg-orange-500 px-2 py-1 text-sm font-medium text-white hover:bg-opacity-90 min-w-20 justify-center shadow-xl; +} + +.table-icon, .button-icon { + @apply w-6; } diff --git a/src/new/src/PSC/Shop/NewsBundle/Resources/views/backend/list/index.html.twig b/src/new/src/PSC/Shop/NewsBundle/Resources/views/backend/list/index.html.twig index cad784ffc..4458ea869 100755 --- a/src/new/src/PSC/Shop/NewsBundle/Resources/views/backend/list/index.html.twig +++ b/src/new/src/PSC/Shop/NewsBundle/Resources/views/backend/list/index.html.twig @@ -1,4 +1,5 @@ {% extends 'backend_tailwind_base.html.twig' %} +{% do pagination.setSortableTemplate('tailwind_sortable.html.twig') %} {% trans_default_domain 'core_news_list' %} {% block header %}