Changed look of message boxes

merge-requests/31/head
Mike Koch 8 years ago
parent 1f82c83668
commit 18ffa18383

@ -1674,7 +1674,7 @@ function mfh_print_message() {
?>
</div>
<?php endif; ?>
<div class="timeline-footer">
<div class="timeline-footer ticket-message-bottom">
<div class="row">
<div class="col-md-12 text-right">
<?php echo hesk_getAdminButtonsInTicket(0); ?>

@ -170,10 +170,26 @@ button.dropdown-submit {
background-color: #EEE;
}
.timeline-header {
background: #ddd;
border-left: solid 1px #ddd;
border-right: solid 1px #ddd;
}
.timeline-header.header-info {
background: #fff;
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 {
width: 100%;
}
Loading…
Cancel
Save