diff --git a/core/module/theme/resource/custom.css b/core/module/theme/resource/custom.css index a81e4242..dad33c28 100755 --- a/core/module/theme/resource/custom.css +++ b/core/module/theme/resource/custom.css @@ -79,7 +79,6 @@ footer #footersiteRight, #footerbodyRight { } - /** * Éléments de contenu */ @@ -144,4 +143,14 @@ input[type='password']:hover, .inputFile:hover, select:hover, textarea:hover { -} \ No newline at end of file +} + +/* iframe du module core */ + +iframe { + height: 100%; + border: none; + margin-top: 10px; + margin-bottom: 10px; + + } \ No newline at end of file diff --git a/module/code/code.php b/module/code/code.php index 5b809cb0..dfc5ed19 100644 --- a/module/code/code.php +++ b/module/code/code.php @@ -63,11 +63,11 @@ class code extends common { $this->setData(['module', $this->getUrl(0), 'count', helper::filter($this->getData(['module', $this->getUrl(0), 'count']) + 1, helper::FILTER_INT)]); // Valeurs en sortie $this->addOutput([ - 'content' => '' , + '">' , 'state' => true ]); } diff --git a/site/data/custom.css b/site/data/custom.css index a81e4242..dad33c28 100644 --- a/site/data/custom.css +++ b/site/data/custom.css @@ -79,7 +79,6 @@ footer #footersiteRight, #footerbodyRight { } - /** * Éléments de contenu */ @@ -144,4 +143,14 @@ input[type='password']:hover, .inputFile:hover, select:hover, textarea:hover { -} \ No newline at end of file +} + +/* iframe du module core */ + +iframe { + height: 100%; + border: none; + margin-top: 10px; + margin-bottom: 10px; + + } \ No newline at end of file