mirror of https://gitlab.com/bashrc2/epicyon
Class name
parent
ce232a005b
commit
d0abee719e
|
@ -472,6 +472,7 @@ a:focus {
|
||||||
border: 0;
|
border: 0;
|
||||||
background-color: var(--main-bg-color);
|
background-color: var(--main-bg-color);
|
||||||
margin: var(--vertical-between-posts);
|
margin: var(--vertical-between-posts);
|
||||||
|
float: right;
|
||||||
}
|
}
|
||||||
|
|
||||||
.editColumnHeader {
|
.editColumnHeader {
|
||||||
|
|
|
@ -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="containerSubmitNewPost">\n'
|
||||||
editLinksForm += \
|
editLinksForm += \
|
||||||
' <table style="width:100%" border="0">\n'
|
' <table style="width:100%" border="0">\n'
|
||||||
editLinksForm += \
|
editLinksForm += \
|
||||||
|
|
Loading…
Reference in New Issue