mirror of https://gitlab.com/bashrc2/epicyon
Right justify
parent
2e05de11c5
commit
dd11c9bfa8
|
@ -524,6 +524,7 @@ input[type=submit] {
|
||||||
font-size: var(--font-size-header);
|
font-size: var(--font-size-header);
|
||||||
font-family: Arial, Helvetica, sans-serif;
|
font-family: Arial, Helvetica, sans-serif;
|
||||||
width: 120px;
|
width: 120px;
|
||||||
|
float: right;
|
||||||
}
|
}
|
||||||
|
|
||||||
.loginButton {
|
.loginButton {
|
||||||
|
|
|
@ -343,7 +343,7 @@ def htmlEditLinks(cssCache: {}, translate: {}, baseDir: str, path: str,
|
||||||
editLinksForm += \
|
editLinksForm += \
|
||||||
' <colgroup>\n'
|
' <colgroup>\n'
|
||||||
editLinksForm += \
|
editLinksForm += \
|
||||||
' <col span="1" style="width:100%;float:right">\n'
|
' <col span="1" style="width:100%">\n'
|
||||||
editLinksForm += \
|
editLinksForm += \
|
||||||
' </colgroup>\n'
|
' </colgroup>\n'
|
||||||
editLinksForm += \
|
editLinksForm += \
|
||||||
|
|
|
@ -500,7 +500,7 @@ def htmlEditNewswire(cssCache: {}, translate: {}, baseDir: str, path: str,
|
||||||
editNewswireForm += \
|
editNewswireForm += \
|
||||||
' <h1>' + translate['Edit newswire'] + '</h1>'
|
' <h1>' + translate['Edit newswire'] + '</h1>'
|
||||||
editNewswireForm += \
|
editNewswireForm += \
|
||||||
' <div class="editColumnHeader">\n'
|
' <div class="containerSubmitNewPost">\n'
|
||||||
editNewswireForm += \
|
editNewswireForm += \
|
||||||
' <input type="submit" name="submitNewswire" value="' + \
|
' <input type="submit" name="submitNewswire" value="' + \
|
||||||
translate['Submit'] + '">\n'
|
translate['Submit'] + '">\n'
|
||||||
|
|
Loading…
Reference in New Issue