From 11204cba16083721c15c71aed2fa7a27904500d4 Mon Sep 17 00:00:00 2001 From: ZiRo Date: Tue, 17 May 2016 16:33:14 +0200 Subject: [PATCH] make postform more compact --- contrib/static/site.css | 11 ++++++++++- contrib/templates/default/postform.mustache | 2 +- 2 files changed, 11 insertions(+), 2 deletions(-) diff --git a/contrib/static/site.css b/contrib/static/site.css index 7f7c6f7..7fc236f 100644 --- a/contrib/static/site.css +++ b/contrib/static/site.css @@ -121,6 +121,15 @@ table tbody tr:nth-of-type( even ) { padding-left: 4px; } +.postform td{ + padding: 0px 15px 0px 4px; +} + +.button { + max-width: 10em; + height: 2em; +} + tr { background-color: transparent!important; } @@ -506,4 +515,4 @@ textarea#reply-text { .attachments { float: left; -} \ No newline at end of file +} diff --git a/contrib/templates/default/postform.mustache b/contrib/templates/default/postform.mustache index e67c4a5..36b252f 100644 --- a/contrib/templates/default/postform.mustache +++ b/contrib/templates/default/postform.mustache @@ -82,7 +82,7 @@ {{#i18n.Translations}}{{cuckoo_pow}}{{/i18n.Translations}} - +