improve collapser css
This commit is contained in:
@@ -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>';
|
||||
|
||||
Reference in New Issue
Block a user