#176 Something different, but still not working right
This commit is contained in:
parent
28196447fb
commit
e9ff6b42ea
@ -1389,7 +1389,7 @@ function hesk_listAttachments($attachments='', $reply=0, $white=1)
|
|||||||
if ($path == '') {
|
if ($path == '') {
|
||||||
echo '<i class="fa fa-ban fa-4x"></i>';
|
echo '<i class="fa fa-ban fa-4x"></i>';
|
||||||
} else {
|
} 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">
|
echo '<div class="modal fade" id="modal-attachment-'.$att_id.'" tabindex="-1" role="dialog" aria-hidden="true">
|
||||||
<div class="modal-dialog">
|
<div class="modal-dialog">
|
||||||
<div class="modal-content">
|
<div class="modal-content">
|
||||||
|
@ -388,9 +388,8 @@ button.dropdown-submit {
|
|||||||
text-shadow: 2px 2px #ccc;
|
text-shadow: 2px 2px #ccc;
|
||||||
}
|
}
|
||||||
|
|
||||||
.file-attachment > img {
|
.attachment-image {
|
||||||
margin: -15px;
|
margin: -15px;
|
||||||
height: 100px;
|
display:inline-block;
|
||||||
max-width: 173.391px;
|
|
||||||
cursor: pointer;
|
cursor: pointer;
|
||||||
}
|
}
|
||||||
|
@ -382,9 +382,8 @@ color: #ddd;
|
|||||||
text-shadow: 2px 2px #ccc;
|
text-shadow: 2px 2px #ccc;
|
||||||
}
|
}
|
||||||
|
|
||||||
.file-attachment > img {
|
.attachment-image {
|
||||||
margin: -15px;
|
margin: -15px;
|
||||||
height: 100px;
|
display:inline-block;
|
||||||
max-width: 173.391px;
|
|
||||||
cursor: pointer;
|
cursor: pointer;
|
||||||
}
|
}
|
Loading…
x
Reference in New Issue
Block a user