Changed look of message boxes
This commit is contained in:
parent
1f82c83668
commit
18ffa18383
@ -1674,7 +1674,7 @@ function mfh_print_message() {
|
|||||||
?>
|
?>
|
||||||
</div>
|
</div>
|
||||||
<?php endif; ?>
|
<?php endif; ?>
|
||||||
<div class="timeline-footer">
|
<div class="timeline-footer ticket-message-bottom">
|
||||||
<div class="row">
|
<div class="row">
|
||||||
<div class="col-md-12 text-right">
|
<div class="col-md-12 text-right">
|
||||||
<?php echo hesk_getAdminButtonsInTicket(0); ?>
|
<?php echo hesk_getAdminButtonsInTicket(0); ?>
|
||||||
|
|||||||
@ -170,10 +170,26 @@ button.dropdown-submit {
|
|||||||
background-color: #EEE;
|
background-color: #EEE;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.timeline-header {
|
||||||
|
background: #ddd;
|
||||||
|
border-left: solid 1px #ddd;
|
||||||
|
border-right: solid 1px #ddd;
|
||||||
|
}
|
||||||
|
|
||||||
.timeline-header.header-info {
|
.timeline-header.header-info {
|
||||||
|
background: #fff;
|
||||||
font-size: 14px !important;
|
font-size: 14px !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.timeline-footer, .timeline-body {
|
||||||
|
border-left: solid 1px #ddd;
|
||||||
|
border-right: solid 1px #ddd;
|
||||||
|
}
|
||||||
|
|
||||||
|
.ticket-message-bottom {
|
||||||
|
border-bottom: solid 1px #ddd;
|
||||||
|
}
|
||||||
|
|
||||||
.full-width {
|
.full-width {
|
||||||
width: 100%;
|
width: 100%;
|
||||||
}
|
}
|
||||||
Loading…
x
Reference in New Issue
Block a user