mirror of https://gitlab.com/bashrc2/epicyon
Emoji button on right
parent
e4d158ff7b
commit
7c4460f93e
|
@ -600,7 +600,7 @@ div.gallery img {
|
|||
padding: 0px 7px;
|
||||
margin-right: 20px;
|
||||
border-radius: 10%;
|
||||
display: inline-block;
|
||||
float: right;
|
||||
}
|
||||
.container img.emojicalendar {
|
||||
float: left;
|
||||
|
@ -888,7 +888,7 @@ div.gallery img {
|
|||
padding: 0px 7px;
|
||||
margin-right: 0px;
|
||||
border-radius: 10%;
|
||||
display: inline-block;
|
||||
float: right;
|
||||
}
|
||||
.container img.emojicalendar {
|
||||
float: left;
|
||||
|
|
|
@ -1078,11 +1078,11 @@ def htmlNewPost(translate: {},baseDir: str, \
|
|||
newPostForm+=' <img loading="lazy" src="/'+iconsDir+'/'+scopeIcon+'"/><b class="scope-desc">'+scopeDescription+'</b>'
|
||||
newPostForm+=dropDownContent
|
||||
newPostForm+=' </div>'
|
||||
newPostForm+=' <a href="'+pathBase+'/searchemoji"><img loading="lazy" class="emojisearch" src="/emoji/1F601.png" title="'+translate['Search for emoji']+'" alt="'+translate['Search for emoji']+'"/></a>'
|
||||
newPostForm+=' </div>'
|
||||
newPostForm+=' <div class="container"><center>'
|
||||
newPostForm+=' <input type="submit" name="submitPost" value="'+translate['Submit']+'">'
|
||||
newPostForm+=' <a href="'+pathBase+'/inbox"><button class="cancelbtn">'+translate['Cancel']+'</button></a>'
|
||||
newPostForm+=' <a href="'+pathBase+'/searchemoji"><img loading="lazy" class="emojisearch" src="/emoji/1F601.png" title="'+translate['Search for emoji']+'" alt="'+translate['Search for emoji']+'"/></a>'
|
||||
newPostForm+=' </center></div>'
|
||||
newPostForm+=replyStr
|
||||
newPostForm+=' <input type="text" placeholder="'+placeholderSubject+'" name="subject">'
|
||||
|
|
Loading…
Reference in New Issue