diff --git a/Resources/views/css/admin.css.twig b/Resources/views/css/admin.css.twig index aae06094cf..352433ca88 100644 --- a/Resources/views/css/admin.css.twig +++ b/Resources/views/css/admin.css.twig @@ -567,7 +567,7 @@ table td:before { font-weight: bold; } body.list table tbody td.actions a { - margin-right: 10px; + margin-left: 10px; } body.list table tbody td.image img { max-height: 50px; @@ -893,6 +893,10 @@ body.error .error-solution pre { body.list .table tbody tr:hover td { background: {{ colors.gray_lighter }}; } + body.list table tbody td.actions a { + margin-left: 0; + margin-right: 10px; + } body.new form .field_date select + select, body.edit form .field_date select + select {