improve collapser css

This commit is contained in:
2018-07-28 17:12:45 +02:00
parent 3a8d54a569
commit b9fed14465
4 changed files with 23 additions and 7 deletions
+1 -1
View File
@@ -75,7 +75,7 @@ class CollapsibleTextBoxWidget
if ($this->collapsing) {
return '<div class="block-collapse"
title="Click to expand / Double-click to collapse"
title="Click to toggle"
style="max-height:'.$this->maxHeight.'">' . $prefix . $content . '</div>';
} else {
return $prefix.'<div>' . $prefix . $content . '</div>';