| Server IP : 54.36.91.62 / Your IP : 216.73.217.112 Web Server : Apache System : Linux webm013.cluster127.gra.hosting.ovh.net 5.15.206-ovh-vps-grsec-zfs-classid #1 SMP Fri May 15 02:41:25 UTC 2026 x86_64 User : coopiak ( 151928) PHP Version : 8.3.23 Disable Function : _dyuweyrj4,_dyuweyrj4r,dl MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : ON | Sudo : OFF | Pkexec : OFF Directory : /home/coopiak/amisdesseniors-fr/lorient/administrator/components/com_djmediatools/assets/ |
Upload File : |
#albumItemsWrap {
margin: 0 0 10px 0;
}
#albumItems .albumItem {
position: relative;
display: inline-block;
margin: 0 10px 10px 0;
overflow: hidden;
width: 200px;
border: 1px solid #ddd;
padding: 1px;
cursor: move;
}
#albumItems .albumItem .video-icon {
position: absolute;
width: 40px;
height: 40px;
background: url(video.png) center center no-repeat;
left: 0;
top: 0;
margin: 8px;
position: absolute;
opacity: 0.8;
}
#albumItems .albumItem img {
float: none;
margin: 0;
padding: 0;
}
#albumItems .editTitle,
#albumItems .editDesc {
width: 100%;
box-sizing: border-box;
padding: 5px;
border: none;
box-shadow: none;
border-radius: 0;
}
#albumItems .editTitle {
height: calc(1.5em + 10px);
}
#albumItems .editDesc {
height: calc(3*1.5em + 10px);
resize: none;
border-top: 1px solid #ddd;
}
#albumItems .albumItem .delBtn {
position: absolute;
top: 2px;
right: 2px;
display: block;
width: 32px;
height: 32px;
background: url(delete.png) no-repeat;
cursor: pointer;
opacity: 0;
-webkit-transition: opacity 0.2s ease-out;
transition: opacity 0.2s ease-out;
background-color: rgba(0,0,0,0.2);
}
#albumItems .albumItem:hover .delBtn {
opacity: 0.5;
}
#albumItems .albumItem .delBtn:hover,
#albumItems .albumItem .delBtn:focus {
opacity: 1;
}
.control-group.field-spacer .control-label {
width: auto;
}
.control-group.field-spacer small.form-text.text-muted {
display: none;
}