diff --git a/css/frama.css b/css/frama.css index 0c0a6c9..2a36d07 100644 --- a/css/frama.css +++ b/css/frama.css @@ -435,3 +435,8 @@ fieldset[disabled] .btn-link:focus { .modal-header h4,.modal-header h5,.modal-header h6 { font-size: 24px; } + +/* Admin > Polls */ +.table-polls .cell-format { + vertical-align: middle +} \ No newline at end of file diff --git a/tpl/admin/polls.tpl b/tpl/admin/polls.tpl index 7a8e919..9da7819 100644 --- a/tpl/admin/polls.tpl +++ b/tpl/admin/polls.tpl @@ -22,10 +22,10 @@ - +
+ - @@ -35,14 +35,14 @@ {foreach $polls as $poll} - - +
{_('Title')}{_('Format')} {_('Author')} {_('Email')} {_('Expiration\'s date')}
{$poll->title|html} + {if $poll->format === 'D'} {_('Date')} {else} {_('Classic')} {/if} {$poll->title|html} {$poll->admin_name|html} {$poll->admin_mail|html}