Bootstrap4 :: Organization module UI updates

This commit is contained in:
Sakthi002
2020-12-29 15:52:27 +05:30
committed by Manish Verma
parent fddad53e60
commit 84aa8f803d
14 changed files with 821 additions and 661 deletions

View File

@@ -59,6 +59,10 @@
.table { display: block;width: 100%;overflow-x: auto; }
td{ word-break: break-all !important; }
.table { width: 100% !important;display: table !important; }
.list-group-item{ margin-bottom: auto !important; }
</style>
</head>
@@ -487,7 +491,7 @@
</nav>
</div>
<div class="tab-pane" id="tab_ticket">
<div @yield('ticket') class="tab-pane" id="tab_ticket">
<nav class="navbar navbar-expand navbar-dark navbar-lightblue">
@@ -725,7 +729,8 @@
headers: { 'X-CSRF-Token' : $('meta[name=_token]').attr('content') }
});</script>
<script type="text/javascript">
function clickDashboard(e) {
function clickDashboard(e) {
if (e.ctrlKey === true) {
window.open('{{URL::route("dashboard")}}', '_blank');
} else {
@@ -772,17 +777,6 @@
}
</script>
<script>
$(function() {
$('input[type="checkbox"]').iCheck({
checkboxClass: 'icheckbox_flat-blue'
});
$('input[type="radio"]:not(.not-apply)').iCheck({
radioClass: 'iradio_flat-blue'
});
});
</script>
<?php Event::fire('show.calendar.script', array()); ?>
<?php Event::fire('load-calendar-scripts', array()); ?>