diff --git a/css/style.css b/css/style.css index 718ebea..e106ee1 100644 --- a/css/style.css +++ b/css/style.css @@ -142,6 +142,11 @@ caption { font-weight:bold; } +.results a.btn-default.btn-sm { + padding: 3px 7px; + font-size: 0.7em; +} + /* adminstuds.php */ #title-form h3 .btn-edit, #email-form .btn-edit, diff --git a/tpl/part/vote_table_classic.tpl b/tpl/part/vote_table_classic.tpl index 840f4bd..cec9be9 100644 --- a/tpl/part/vote_table_classic.tpl +++ b/tpl/part/vote_table_classic.tpl @@ -95,12 +95,12 @@ {if $active && !$expired && ($poll->editable == constant('Framadate\Editable::EDITABLE_BY_ALL') or $admin)} - + {__('Generic', 'Edit')} {if $admin} {__('Generic', 'Remove')} diff --git a/tpl/part/vote_table_date.tpl b/tpl/part/vote_table_date.tpl index 0472088..986e3b5 100644 --- a/tpl/part/vote_table_date.tpl +++ b/tpl/part/vote_table_date.tpl @@ -144,12 +144,12 @@ {if $active && !$expired && ($poll->editable == constant('Framadate\Editable::EDITABLE_BY_ALL') or $admin)} - + {__('Generic', 'Edit')} {if $admin} {__('Generic', 'Remove')}