Lots of UI cleanups and update, gave a dark look for modals, bunch of icon changes etc
This commit is contained in:
@@ -1,16 +1,16 @@
|
||||
<div class="modal" id="viewClientFileModal<?php echo $file_id; ?>" tabindex="-1">
|
||||
<div class="modal-dialog modal-xl">
|
||||
<div class="modal-content bg-dark text-white">
|
||||
<div class="modal-dialog modal-xl ">
|
||||
<div class="modal-content bg-dark">
|
||||
<div class="modal-header">
|
||||
<h5 class="modal-title"><i class="fa fa-paperclip"></i> <?php echo basename($file_name); ?></h5>
|
||||
<button type="button" class="close" data-dismiss="modal">
|
||||
<span class="text-white" aria-hidden="true">×</span>
|
||||
<h5 class="modal-title text-white"><i class="fa fa-fw fa-image mr-2"></i><?php echo basename($file_name); ?></h5>
|
||||
<button type="button" class="close text-white" data-dismiss="modal">
|
||||
<span aria-hidden="true">×</span>
|
||||
</button>
|
||||
</div>
|
||||
|
||||
<center>
|
||||
<img class="img-fluid" src="<?php echo $file_name; ?>">
|
||||
</center>
|
||||
</div>
|
||||
|
||||
<center>
|
||||
<img class="img-fluid" src="<?php echo $file_name; ?>">
|
||||
</center>
|
||||
|
||||
</div>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user