mirror of https://gitlab.com/bashrc2/epicyon
Edit screen header style
parent
fd64616964
commit
5a28a3b222
|
@ -474,6 +474,11 @@ a:focus {
|
|||
margin: var(--vertical-between-posts);
|
||||
}
|
||||
|
||||
.editColumnHeader {
|
||||
float: right;
|
||||
min-width: 10ch;
|
||||
}
|
||||
|
||||
.media {
|
||||
width: 80%;
|
||||
border-radius: 5px;
|
||||
|
|
|
@ -337,7 +337,7 @@ def htmlEditLinks(cssCache: {}, translate: {}, baseDir: str, path: str,
|
|||
editLinksForm += \
|
||||
' <h1>' + translate['Edit Links'] + '</h1>'
|
||||
editLinksForm += \
|
||||
' <div class="containerNewPost">\n'
|
||||
' <div class="editColumnHeader">\n'
|
||||
editLinksForm += \
|
||||
' <input type="submit" name="submitLinks" value="' + \
|
||||
translate['Submit'] + '">\n'
|
||||
|
|
|
@ -500,7 +500,7 @@ def htmlEditNewswire(cssCache: {}, translate: {}, baseDir: str, path: str,
|
|||
editNewswireForm += \
|
||||
' <h1>' + translate['Edit newswire'] + '</h1>'
|
||||
editNewswireForm += \
|
||||
' <div style="float:right;width:10ch">\n'
|
||||
' <div class="editColumnHeader">\n'
|
||||
editNewswireForm += \
|
||||
' <input type="submit" name="submitNewswire" value="' + \
|
||||
translate['Submit'] + '">\n'
|
||||
|
|
Loading…
Reference in New Issue