forked from indymedia/epicyon
Edit screen header style
parent
fd64616964
commit
5a28a3b222
|
@ -474,6 +474,11 @@ a:focus {
|
||||||
margin: var(--vertical-between-posts);
|
margin: var(--vertical-between-posts);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.editColumnHeader {
|
||||||
|
float: right;
|
||||||
|
min-width: 10ch;
|
||||||
|
}
|
||||||
|
|
||||||
.media {
|
.media {
|
||||||
width: 80%;
|
width: 80%;
|
||||||
border-radius: 5px;
|
border-radius: 5px;
|
||||||
|
|
|
@ -337,7 +337,7 @@ def htmlEditLinks(cssCache: {}, translate: {}, baseDir: str, path: str,
|
||||||
editLinksForm += \
|
editLinksForm += \
|
||||||
' <h1>' + translate['Edit Links'] + '</h1>'
|
' <h1>' + translate['Edit Links'] + '</h1>'
|
||||||
editLinksForm += \
|
editLinksForm += \
|
||||||
' <div class="containerNewPost">\n'
|
' <div class="editColumnHeader">\n'
|
||||||
editLinksForm += \
|
editLinksForm += \
|
||||||
' <input type="submit" name="submitLinks" value="' + \
|
' <input type="submit" name="submitLinks" value="' + \
|
||||||
translate['Submit'] + '">\n'
|
translate['Submit'] + '">\n'
|
||||||
|
|
|
@ -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 style="float:right;width:10ch">\n'
|
' <div class="editColumnHeader">\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