mirror of
https://gitlab.easter-eggs.com/ee/ldapsaisie.git
synced 2024-11-18 00:09:06 +01:00
LSformElement_wysiwyg: adjust width
This commit is contained in:
parent
49a34fa8e3
commit
90879dc582
2 changed files with 6 additions and 0 deletions
|
@ -1,3 +1,7 @@
|
||||||
|
div.LSformElement_wysiwyg_container {
|
||||||
|
width: 32rem;
|
||||||
|
}
|
||||||
|
|
||||||
iframe.LSformElement_wysiwyg {
|
iframe.LSformElement_wysiwyg {
|
||||||
width: 100%;
|
width: 100%;
|
||||||
border: 1px dotted #999;
|
border: 1px dotted #999;
|
||||||
|
|
|
@ -1,5 +1,7 @@
|
||||||
|
<div class='LSformElement_wysiwyg_container'>
|
||||||
{if $freeze}
|
{if $freeze}
|
||||||
{if $value}<div class='LSformElement_wysiwyg'>{$value}</div>{else}{$noValueTxt|escape:"htmlall"}{/if}
|
{if $value}<div class='LSformElement_wysiwyg'>{$value}</div>{else}{$noValueTxt|escape:"htmlall"}{/if}
|
||||||
{else}
|
{else}
|
||||||
<textarea name='{$attr_name|escape:"quotes"}[]' class='LSform LSformElement_wysiwyg'>{$value|escape:"htmlall"}</textarea>
|
<textarea name='{$attr_name|escape:"quotes"}[]' class='LSform LSformElement_wysiwyg'>{$value|escape:"htmlall"}</textarea>
|
||||||
{/if}
|
{/if}
|
||||||
|
</div>
|
||||||
|
|
Loading…
Reference in a new issue