diff --git a/epicyon-links.css b/epicyon-links.css index 3171925e2..f1c59025a 100644 --- a/epicyon-links.css +++ b/epicyon-links.css @@ -524,6 +524,7 @@ input[type=submit] { font-size: var(--font-size-header); font-family: Arial, Helvetica, sans-serif; width: 120px; + float: right; } .loginButton { diff --git a/webapp_column_left.py b/webapp_column_left.py index 50f4443d9..1473962c3 100644 --- a/webapp_column_left.py +++ b/webapp_column_left.py @@ -343,7 +343,7 @@ def htmlEditLinks(cssCache: {}, translate: {}, baseDir: str, path: str, editLinksForm += \ ' \n' editLinksForm += \ - ' \n' + ' \n' editLinksForm += \ ' \n' editLinksForm += \ diff --git a/webapp_column_right.py b/webapp_column_right.py index fa33cfc21..d01928248 100644 --- a/webapp_column_right.py +++ b/webapp_column_right.py @@ -500,7 +500,7 @@ def htmlEditNewswire(cssCache: {}, translate: {}, baseDir: str, path: str, editNewswireForm += \ '

' + translate['Edit newswire'] + '

' editNewswireForm += \ - '
\n' + '
\n' editNewswireForm += \ ' \n'