improve poll looks

This commit is contained in:
Pierre Bondoerffer
2017-08-09 12:33:40 +02:00
parent 280c10c57d
commit 8b2cb37c2f
3 changed files with 36 additions and 9 deletions

View File

@@ -480,14 +480,14 @@ define([
h('p', Msg.poll_p_encryption)
]),
h('div.upper', [
h('button#publish', {
h('button#publish.btn.btn-success', {
style: { display: 'none' }
}, Msg.poll_publish_button),
h('button#admin', {
h('button#admin.btn.btn-primary', {
style: { display: 'none' },
title: Msg.poll_admin_button
}, Msg.poll_admin_button),
h('button#help', {
h('button#help.btn.btn-default', {
title: Msg.poll_show_help_button
}, Msg.poll_show_help_button)
]),
@@ -503,13 +503,13 @@ define([
]),
h('div#tableContainer', [
h('div#tableScroll'),
h('button#create-user', {
h('button#create-user.btn.btn-default', {
title: Msg.poll_create_user
}, h('span.fa.fa-plus')),
h('button#create-option', {
h('button#create-option.btn.btn-default', {
title: Msg.poll_create_option
}, h('span.fa.fa-plus')),
h('button#commit', {
h('button#commit.btn.btn-default', {
title: Msg.poll_commit
}, h('span.fa.fa-check'))
])