forked from indymedia/epicyon
Rename dropdown
parent
e4d18f5d70
commit
d516312036
|
@ -581,12 +581,12 @@ input[type=submit]:hover {
|
||||||
transform: translateY(-10%);
|
transform: translateY(-10%);
|
||||||
}
|
}
|
||||||
|
|
||||||
.dropdown-timeline {
|
.timeline-avatar {
|
||||||
margin: 10px auto;
|
margin: 10px auto;
|
||||||
padding: 0px 0px;
|
padding: 0px 0px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.dropdown-timeline img {
|
.timeline-avatar img {
|
||||||
opacity: 1.0;
|
opacity: 1.0;
|
||||||
width: 90%;
|
width: 90%;
|
||||||
height: 90%;
|
height: 90%;
|
||||||
|
|
|
@ -1233,7 +1233,7 @@ def individualPostAsHtml(baseDir: str, \
|
||||||
|
|
||||||
if showAvatarDropdown and fullDomain+'/users/'+nickname not in postJsonObject['actor']:
|
if showAvatarDropdown and fullDomain+'/users/'+nickname not in postJsonObject['actor']:
|
||||||
avatarDropdown= \
|
avatarDropdown= \
|
||||||
' <div class="dropdown-timeline">' \
|
' <div class="timeline-avatar">' \
|
||||||
' <a href="/users/'+nickname+'?options='+postJsonObject['actor']+';'+avatarUrl+messageIdStr+'">' \
|
' <a href="/users/'+nickname+'?options='+postJsonObject['actor']+';'+avatarUrl+messageIdStr+'">' \
|
||||||
' <img title="Show options for this person" src="'+avatarUrl+'" '+avatarPosition+'/></a>' \
|
' <img title="Show options for this person" src="'+avatarUrl+'" '+avatarPosition+'/></a>' \
|
||||||
' </div>'
|
' </div>'
|
||||||
|
|
Loading…
Reference in New Issue