Table width

main
Bob Mottram 2020-06-26 14:55:57 +01:00
parent 2a54f7eb70
commit 557e2fe85a
1 changed files with 1 additions and 1 deletions

View File

@ -2055,7 +2055,7 @@ def htmlNewPost(mediaInstance: bool, translate: {},
newPostForm += \
' <label for="nickname"><b>' + newPostText + '</b></label>\n'
newPostForm += ' <div class="container">\n'
newPostForm += ' <table border="0"><tr>\n'
newPostForm += ' <table style="width:100%" border="0"><tr>\n'
newPostForm += '<td>' + dropDownContent + '</td>\n'
newPostForm += \
' <td><a href="' + pathBase + \