#176 Something different, but still not working right

merge-requests/2/head
Mike Koch 9 years ago
parent 28196447fb
commit e9ff6b42ea

@ -1389,7 +1389,7 @@ function hesk_listAttachments($attachments='', $reply=0, $white=1)
if ($path == '') {
echo '<i class="fa fa-ban fa-4x"></i>';
} else {
echo '<img src="'.$path.'" alt="'.$hesklang['image'].'" data-toggle="modal" data-target="#modal-attachment-'.$att_id.'">';
echo '<img class="img-responsive attachment-image" src="'.$path.'" alt="'.$hesklang['image'].'" data-toggle="modal" data-target="#modal-attachment-'.$att_id.'">';
echo '<div class="modal fade" id="modal-attachment-'.$att_id.'" tabindex="-1" role="dialog" aria-hidden="true">
<div class="modal-dialog">
<div class="modal-content">

@ -388,9 +388,8 @@ button.dropdown-submit {
text-shadow: 2px 2px #ccc;
}
.file-attachment > img {
.attachment-image {
margin: -15px;
height: 100px;
max-width: 173.391px;
display:inline-block;
cursor: pointer;
}

@ -382,9 +382,8 @@ color: #ddd;
text-shadow: 2px 2px #ccc;
}
.file-attachment > img {
.attachment-image {
margin: -15px;
height: 100px;
max-width: 173.391px;
display:inline-block;
cursor: pointer;
}
Loading…
Cancel
Save