diff --git a/stylesheets/style.css b/stylesheets/style.css index 9b668795..32b3736e 100644 --- a/stylesheets/style.css +++ b/stylesheets/style.css @@ -80,7 +80,7 @@ header div.subtitle { } form { - margin-bottom: 4em; + margin-bottom: 3em; } form table { @@ -1217,3 +1217,28 @@ table.fileboard .intro a { div.mix { display: inline-block; } + +/* Collapsed post area */ +#PostAreaToggle + span { + font-size: 22px; + font-weight: bold; +} +#PostAreaToggle + span > a > label { + cursor: pointer; +} +#PostAreaToggle + span + div { + display: none; +} +#PostAreaToggle:checked + span { + display: none; +} +#PostAreaToggle:checked + span + div { + display: block; +} +form[name="post"] { + margin-bottom: 0em; + text-align: center; +} +form[name="post"] > div { + margin-bottom: 1em; +} \ No newline at end of file diff --git a/templates/post_form.html b/templates/post_form.html index eb771d57..e5e00009 100644 --- a/templates/post_form.html +++ b/templates/post_form.html @@ -1,5 +1,10 @@
{{ antibot.html() }} +{% if not id %} + +[] +{% endif %} +
{% if id %}{% endif %} {{ antibot.html() }} @@ -170,6 +175,7 @@ {{ antibot.html(true) }} +