diff --git a/blog.py b/blog.py index ca6d5a6a..0778c82c 100644 --- a/blog.py +++ b/blog.py @@ -724,12 +724,11 @@ def htmlEditBlog(mediaInstance: bool, translate: {}, iconsPath = getIconsWebPath(baseDir) - editBlogText = '
' + \ - translate['Write your post text below.'] + '
' + editBlogText = '' + file.read() + '
' + editBlogText = '' + file.read() + '
' cssFilename = baseDir + '/epicyon-profile.css' if os.path.isfile(baseDir + '/epicyon.css'): diff --git a/epicyon-links.css b/epicyon-links.css index aec1af46..0b616df2 100644 --- a/epicyon-links.css +++ b/epicyon-links.css @@ -219,12 +219,6 @@ h1 { font-family: var(--header-font); } -.new-post-text { - font-size: var(--font-size2); - font-family: Arial, Helvetica, sans-serif; - padding: 4px 0; -} - .new-post-subtext { font-size: var(--font-size-header); font-family: Arial, Helvetica, sans-serif; diff --git a/webapp_column_right.py b/webapp_column_right.py index 93fed4d3..c23d538f 100644 --- a/webapp_column_right.py +++ b/webapp_column_right.py @@ -605,7 +605,7 @@ def htmlEditNewsPost(cssCache: {}, translate: {}, baseDir: str, path: str, editNewsPostForm += \ '' + translate['Edit News Post'] + '
' + '' + \ - translate['Write your post text below.'] + '
\n' + newPostText = '' + \ @@ -208,8 +208,8 @@ def htmlNewPost(cssCache: {}, mediaInstance: bool, translate: {}, showPublicOnDropdown = False else: newPostText = \ - '
' + \ - translate['Write your report below.'] + '
\n' + '' + \ + '
' + \ + '
' + file.read() + '
\n' + '' + file.read() + '
\n' cssFilename = baseDir + '/epicyon-profile.css' if os.path.isfile(baseDir + '/epicyon.css'): diff --git a/webapp_profile.py b/webapp_profile.py index 8cb4efdf..3d26b362 100644 --- a/webapp_profile.py +++ b/webapp_profile.py @@ -1171,8 +1171,8 @@ def htmlEditProfile(cssCache: {}, translate: {}, baseDir: str, path: str, 'accept-charset="UTF-8" action="' + path + '/profiledata">\n' editProfileForm += '