diff --git a/dokuwiki/lib/plugins/doodle/doodle_template.php b/dokuwiki/lib/plugins/doodle/doodle_template.php index dd9cf8b8..c71914e9 100755 --- a/dokuwiki/lib/plugins/doodle/doodle_template.php +++ b/dokuwiki/lib/plugins/doodle/doodle_template.php @@ -24,12 +24,12 @@ - + - + @@ -39,7 +39,7 @@ $userData) { ?> - + + @@ -64,7 +64,7 @@ ?> - + diff --git a/dokuwiki/lib/plugins/doodle/style.css b/dokuwiki/lib/plugins/doodle/style.css index 08013435..3301b3cd 100644 --- a/dokuwiki/lib/plugins/doodle/style.css +++ b/dokuwiki/lib/plugins/doodle/style.css @@ -55,6 +55,12 @@ table.doodle__results .input_row { table.doodle__results .title_caption, table.doodle__results .fields_caption, table.doodle__results .data_caption, table.doodle__results .results_caption { } +table.doodle__results td.data_caption { + overflow: hidden; + text-overflow: ellipsis; + white-space: nowrap; +} + table.doodle__results .title_caption a, table.doodle__results .fields_caption a, table.doodle__results .data_caption a, table.doodle__results .results_caption a { margin: 0.25em; } @@ -79,3 +85,7 @@ table.doodle__results .data_row:nth-child(odd) { table.doodle__results .data_row:nth-child(even) { background-color: #E2E4EF; } + +a.poll_action { + margin-right: 0 !important; +} diff --git a/dokuwiki/lib/plugins/doodle/syntax.php b/dokuwiki/lib/plugins/doodle/syntax.php index 1749497b..5843901d 100755 --- a/dokuwiki/lib/plugins/doodle/syntax.php +++ b/dokuwiki/lib/plugins/doodle/syntax.php @@ -311,10 +311,10 @@ function render($mode, Doku_Renderer $renderer, $data) { { // the javascript source of these functions is in script.js $this->template['doodleData']["$fullname"]['editLinks'] = - ''. + ''. ' '. ''. - ''. + ''. ' 🗑'. ''; } @@ -503,7 +503,7 @@ function getInputTR() { $c = count($this->choices); $TR = ''; //$TR .= ''; - $TR .= ''; + $TR .= ''; $TR .= '
' . htmlspecialchars($userData['username']) . '';?> @@ -51,7 +51,7 @@ -
'; if ($fullname) { if ($editMode) $TR .= $this->getLang('edit').': ';