From ed08447ac18479c558a29c4f87e1eb501c9d95bd Mon Sep 17 00:00:00 2001 From: Javier Eguiluz Date: Wed, 22 Apr 2015 12:55:24 +0200 Subject: [PATCH] Minor improvement in the styles of the new responsive tables --- Resources/views/css/admin.css.twig | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) 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 {