Make fields stretchy

This commit is contained in:
Samuel Georges 2017-07-15 20:01:56 +10:00
parent d7117f9cb2
commit 52e61f6a3b
6 changed files with 9 additions and 4 deletions

View File

@ -13,7 +13,7 @@
<?= $this->formRender() ?>
</div>
<div class="form-buttons">
<div class="form-buttons p-t">
<div class="loading-indicator-container">
<button
type="submit"

View File

@ -24,7 +24,7 @@
<?= $this->formRender() ?>
</div>
<div class="form-buttons">
<div class="form-buttons p-t">
<div class="loading-indicator-container">
<button
type="submit"

View File

@ -13,7 +13,7 @@
<?= $this->formRender() ?>
</div>
<div class="form-buttons">
<div class="form-buttons p-t">
<div class="loading-indicator-container">
<button
type="submit"

View File

@ -24,7 +24,7 @@
<?= $this->formRender() ?>
</div>
<div class="form-buttons">
<div class="form-buttons p-t">
<div class="loading-indicator-container">
<button
type="submit"

View File

@ -25,14 +25,17 @@ secondaryTabs:
size: giant
tab: system::lang.mail_templates.content_html
language: html
stretch: true
content_css:
type: codeeditor
size: giant
tab: system::lang.mail_templates.content_css
language: css
stretch: true
content_text:
type: textarea
size: giant
tab: system::lang.mail_templates.content_text
stretch: true

View File

@ -36,8 +36,10 @@ secondaryTabs:
size: giant
language: html
tab: system::lang.mail_templates.content_html
stretch: true
content_text:
type: textarea
size: giant
tab: system::lang.mail_templates.content_text
stretch: true