From 08227dac51b8411740de21edf54ee0f90e4ef744 Mon Sep 17 00:00:00 2001 From: Bob Mottram Date: Mon, 21 Dec 2020 14:55:24 +0000 Subject: [PATCH] New post header column widths --- epicyon-profile.css | 2 +- webapp_create_post.py | 12 +++++++++++- 2 files changed, 12 insertions(+), 2 deletions(-) diff --git a/epicyon-profile.css b/epicyon-profile.css index dbe620ad..ae2a9617 100644 --- a/epicyon-profile.css +++ b/epicyon-profile.css @@ -704,7 +704,7 @@ input[type=submit] { cursor: pointer; font-size: var(--font-size-header); font-family: Arial, Helvetica, sans-serif; - width: 120px; + width: 8ch; } .loginButton { diff --git a/webapp_create_post.py b/webapp_create_post.py index 8eaa1bfb..08868385 100644 --- a/webapp_create_post.py +++ b/webapp_create_post.py @@ -644,7 +644,17 @@ def htmlNewPost(cssCache: {}, mediaInstance: bool, translate: {}, newPostForm += \ ' \n' newPostForm += '
\n' - newPostForm += ' \n' + newPostForm += '
\n' + newPostForm += ' \n' + newPostForm += ' \n' + newPostForm += ' \n' + if newswire and path.endswith('/newblog'): + newPostForm += ' \n' + newPostForm += ' \n' + else: + newPostForm += ' \n' + newPostForm += ' \n' + newPostForm += '\n' newPostForm += '\n' newPostForm += \
' + dropDownContent + '