forked from indymedia/epicyon
Image id
parent
535075b970
commit
6c84b4a1b7
|
@ -762,13 +762,6 @@ input[type=checkbox]
|
|||
transform: translateY(-10%);
|
||||
}
|
||||
|
||||
.galleryIcon {
|
||||
position: absolute;
|
||||
top: 15px;
|
||||
right: 30px;
|
||||
width: 50px;
|
||||
}
|
||||
|
||||
.galleryContainer {
|
||||
background-color: var(--main-bg-color);
|
||||
}
|
||||
|
@ -789,6 +782,13 @@ div.gallery img {
|
|||
height: auto;
|
||||
}
|
||||
|
||||
div.gallery img.galleryIcon {
|
||||
position: absolute;
|
||||
top: 15px;
|
||||
right: 30px;
|
||||
width: 50px;
|
||||
}
|
||||
|
||||
div.imagedesc {
|
||||
padding: 22px;
|
||||
text-align: center;
|
||||
|
|
|
@ -1881,7 +1881,7 @@ def individualPostAsHtml(iconsDir: str,translate: {}, \
|
|||
'<div class="gallery">\n' \
|
||||
' <a target="_blank" href="'+attach['url']+'">\n' \
|
||||
' <img src="'+attach['url']+'" alt="'+imageDescription+'" title="'+imageDescription+'" width="600" height="400">\n' \
|
||||
' <a href="'+messageId+'"><img class="galleryicon" src="/'+iconsDir+'/gallery.png" alt="'+translate['Show original post']+'" title="'+translate['Show original post']+'"/></a>\n' \
|
||||
' <a href="'+messageId+'"><img id="galleryicon" src="/'+iconsDir+'/gallery.png" alt="'+translate['Show original post']+'" title="'+translate['Show original post']+'"/></a>\n' \
|
||||
' </a>\n'
|
||||
#if postJsonObject['object'].get('content'):
|
||||
# galleryStr+= \
|
||||
|
|
Loading…
Reference in New Issue