forked from indymedia/epicyon
Emoji button on right
parent
e4d158ff7b
commit
7c4460f93e
|
@ -600,7 +600,7 @@ div.gallery img {
|
||||||
padding: 0px 7px;
|
padding: 0px 7px;
|
||||||
margin-right: 20px;
|
margin-right: 20px;
|
||||||
border-radius: 10%;
|
border-radius: 10%;
|
||||||
display: inline-block;
|
float: right;
|
||||||
}
|
}
|
||||||
.container img.emojicalendar {
|
.container img.emojicalendar {
|
||||||
float: left;
|
float: left;
|
||||||
|
@ -888,7 +888,7 @@ div.gallery img {
|
||||||
padding: 0px 7px;
|
padding: 0px 7px;
|
||||||
margin-right: 0px;
|
margin-right: 0px;
|
||||||
border-radius: 10%;
|
border-radius: 10%;
|
||||||
display: inline-block;
|
float: right;
|
||||||
}
|
}
|
||||||
.container img.emojicalendar {
|
.container img.emojicalendar {
|
||||||
float: left;
|
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+=' <img loading="lazy" src="/'+iconsDir+'/'+scopeIcon+'"/><b class="scope-desc">'+scopeDescription+'</b>'
|
||||||
newPostForm+=dropDownContent
|
newPostForm+=dropDownContent
|
||||||
newPostForm+=' </div>'
|
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>'
|
||||||
newPostForm+=' <div class="container"><center>'
|
newPostForm+=' <div class="container"><center>'
|
||||||
newPostForm+=' <input type="submit" name="submitPost" value="'+translate['Submit']+'">'
|
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+'/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+=' </center></div>'
|
||||||
newPostForm+=replyStr
|
newPostForm+=replyStr
|
||||||
newPostForm+=' <input type="text" placeholder="'+placeholderSubject+'" name="subject">'
|
newPostForm+=' <input type="text" placeholder="'+placeholderSubject+'" name="subject">'
|
||||||
|
|
Loading…
Reference in New Issue