aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorThomas Lange <code@nerdmind.de>2017-10-31 19:21:28 +0100
committerThomas Lange <code@nerdmind.de>2017-10-31 19:21:28 +0100
commitccc25e59ba130e6c37a8a4d863e698428f8e6c15 (patch)
treed5a7843d972c9fdec694e2fffbcbbbeb85fdbbc5
parent95b3eef6eb910b4af1f61c3e262e7824df47bdd6 (diff)
downloadblog-ccc25e59ba130e6c37a8a4d863e698428f8e6c15.tar.gz
blog-ccc25e59ba130e6c37a8a4d863e698428f8e6c15.tar.xz
blog-ccc25e59ba130e6c37a8a4d863e698428f8e6c15.zip
The use of a nonexistent CSS class has been removed.
-rw-r--r--template/admin/html/page/form.php2
-rw-r--r--template/admin/html/post/form.php2
-rw-r--r--template/admin/html/user/form.php2
3 files changed, 3 insertions, 3 deletions
diff --git a/template/admin/html/page/form.php b/template/admin/html/page/form.php
index 19df11f..5074a67 100644
--- a/template/admin/html/page/form.php
+++ b/template/admin/html/page/form.php
@@ -77,7 +77,7 @@
<?php endforeach; ?>
</ul>
</div>
- <div class="flex flex-padding background flex-arguments">
+ <div class="flex flex-padding background">
<input id="form_argv" name="argv" maxlength="250" placeholder="[ARGUMENT_ONE=foo|ARGUMENT_TWO=bar …]" value="<?=escapeHTML($FORM['DATA']['ARGV'])?>" />
</div>
<?php else: ?>
diff --git a/template/admin/html/post/form.php b/template/admin/html/post/form.php
index a1fa601..50db740 100644
--- a/template/admin/html/post/form.php
+++ b/template/admin/html/post/form.php
@@ -77,7 +77,7 @@
<?php endforeach; ?>
</ul>
</div>
- <div class="flex flex-padding background flex-arguments">
+ <div class="flex flex-padding background">
<input id="form_argv" name="argv" maxlength="250" placeholder="[ARGUMENT_ONE=foo|ARGUMENT_TWO=bar …]" value="<?=escapeHTML($FORM['DATA']['ARGV'])?>" />
</div>
<?php else: ?>
diff --git a/template/admin/html/user/form.php b/template/admin/html/user/form.php
index 4e0f3c4..50f79be 100644
--- a/template/admin/html/user/form.php
+++ b/template/admin/html/user/form.php
@@ -83,7 +83,7 @@
<?php endforeach; ?>
</ul>
</div>
- <div class="flex flex-padding background flex-arguments">
+ <div class="flex flex-padding background">
<input id="form_argv" name="argv" maxlength="250" placeholder="[ARGUMENT_ONE=foo|ARGUMENT_TWO=bar …]" value="<?=escapeHTML($FORM['DATA']['ARGV'])?>" />
</div>
<?php else: ?>