Skip to content
Snippets Groups Projects
Commit 6e1d925d authored by Hahn Axel (hahn)'s avatar Hahn Axel (hahn)
Browse files

beautify config for rollout plugin

parent 997efdfa
No related branches found
No related tags found
1 merge request!62V2.0
...@@ -574,7 +574,7 @@ class rollout_base implements iRolloutplugin{ ...@@ -574,7 +574,7 @@ class rollout_base implements iRolloutplugin{
protected function _renderMoreToggler($sContent){ protected function _renderMoreToggler($sContent){
$sDivId='rollout-more-toggler-'.$this->getId().'-'.md5($sContent); $sDivId='rollout-more-toggler-'.$this->getId().'-'.md5($sContent);
return '' return ''
. '<button onclick="$(\'#'.$sDivId.'\').slideToggle(); return false;"> ... </button>' . '<button onclick="$(\'#'.$sDivId.'\').slideToggle(); return false;" class="btn btn-secondary"> ... </button>'
. '<div id="'.$sDivId.'" style="display: none;">' . '<div id="'.$sDivId.'" style="display: none;">'
. $sContent . $sContent
. '</div>' . '</div>'
......
...@@ -529,6 +529,8 @@ input[type="checkbox"]:checked+label { ...@@ -529,6 +529,8 @@ input[type="checkbox"]:checked+label {
margin: 1em 10px; margin: 1em 10px;
} }
.rolloutconfigdiv{margin: 0 0 2em 4em; padding: 1em; background:rgba(255, 255, 255, 0.4);}
/* ----- shell plugins ----- */ /* ----- shell plugins ----- */
.cmdoutbox { .cmdoutbox {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment