javascript and api to stop and display active records (#772)

This commit is contained in:
Kevin Papst
2019-05-10 13:45:09 +02:00
committed by GitHub
parent e619b5fd31
commit 09da7cd242
86 changed files with 918 additions and 449 deletions

View File

@@ -21,3 +21,4 @@
@import 'navbar';
@import 'daterangepicker';
@import 'skins';
@import 'sweetalert';

View File

@@ -25,9 +25,6 @@
.messages-menu>.dropdown-menu>li .menu>li>a>h4>span {
margin-right: 55px;
}
.start_record {
text-align: center;
}
.dropdown-menu {
box-shadow: 0 8px 17px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
max-width: 90vw;

View File

@@ -0,0 +1,3 @@
.swal2-popup {
font-size: unset;
}