Code Test

This commit is contained in:
sunny kushwaha 2019-11-18 14:52:22 +05:30
commit f06ebc4506
4 changed files with 81 additions and 73 deletions

View File

@ -1126,15 +1126,6 @@ body .container.body .right_col {
padding: 0px; }
@media (max-width: 991px) {
.info-number .badge {
font-size: 10px;
font-weight: normal;
line-height: 13px;
padding: 2px 6px;
position: absolute;
right: 135px;
top: 6px; }
.nav-md .container.body .right_col, .nav-md .container.body .top_nav {
width: 100%;
margin: 0; }
@ -1157,7 +1148,7 @@ body .container.body .right_col {
font-size: 17px; }
.tile, .graph {
zoom: 85%;
zoom: 76%;
height: inherit; }
.item {
@ -1333,7 +1324,7 @@ table.no-margin .progress {
margin: 0 auto;
float: none !important; }
.col-md-55, .col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
.col-md-55, .col-xs-12, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-sm-12, .col-md-12, .col-lg-12 {
position: relative;
min-height: 1px;
float: left;
@ -2012,15 +2003,6 @@ table.jambo_table tbody tr.selected td {
font-size: 14px;
background-color: white; }
.dataTables_length {
width: 40%;
float: left; }
.dataTables_filter {
width: 50%;
float: right;
text-align: right; }
.dataTables_info {
width: 60%;
float: left; }
@ -2418,7 +2400,6 @@ a.user-profile {
margin-right: 10px; }
ul.top_profiles {
height: 330px;
width: 100%; }
ul.top_profiles li {
@ -4855,6 +4836,28 @@ ul.notifications {
padding: 9px 0;
border-top: 1px solid #E6E9ED; }
@media (min-width: 360px) and (max-width: 812px) {
.info-number .badge {
font-size: 10px;
font-weight: normal;
line-height: 13px;
padding: 2px 6px;
position: absolute;
right: 135px;
top: 7px; }
.tile, .graph {
zoom: 71%;
height: inherit; } }
@media (min-width: 768px) and (max-width: 1024px) {
.info-number .badge {
font-size: 10px;
font-weight: normal;
line-height: 13px;
padding: 2px 6px;
position: absolute;
right: -2px;
top: -6px; } }
/** /PNotify **/
/** FullCalendar **/
.fc-state-default {

File diff suppressed because one or more lines are too long

19
package-lock.json generated
View File

@ -1614,7 +1614,8 @@
"version": "2.1.1",
"resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-2.1.1.tgz",
"integrity": "sha1-w7M6te42DYbg5ijwRorn7yfWVN8=",
"dev": true
"dev": true,
"optional": true
},
"aproba": {
"version": "1.2.0",
@ -2079,7 +2080,8 @@
"version": "5.1.2",
"resolved": "https://registry.npmjs.org/safe-buffer/-/safe-buffer-5.1.2.tgz",
"integrity": "sha512-Gd2UZBJDkXlY7GbJxfsE8/nvKkUEU1G38c1siN6QP6a9PT9MmHB8GnpscSmMJSoF8LOIrt8ud/wPtojys4G6+g==",
"dev": true
"dev": true,
"optional": true
},
"safer-buffer": {
"version": "2.1.2",
@ -2143,6 +2145,7 @@
"resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-3.0.1.tgz",
"integrity": "sha1-ajhfuIU9lS1f8F0Oiq+UJ43GPc8=",
"dev": true,
"optional": true,
"requires": {
"ansi-regex": "^2.0.0"
}
@ -2191,13 +2194,15 @@
"version": "1.0.2",
"resolved": "https://registry.npmjs.org/wrappy/-/wrappy-1.0.2.tgz",
"integrity": "sha1-tSQ9jz7BqjXxNkYFvA0QNuMKtp8=",
"dev": true
"dev": true,
"optional": true
},
"yallist": {
"version": "3.0.3",
"resolved": "https://registry.npmjs.org/yallist/-/yallist-3.0.3.tgz",
"integrity": "sha512-S+Zk8DEWE6oKpV+vI3qWkaK+jSbIK86pCwe2IF/xwIpQ8jEuxpw9NyaGjmp9+BoJv5FV2piqCDcoCtStppiq2A==",
"dev": true
"dev": true,
"optional": true
}
}
},
@ -3547,9 +3552,9 @@
"dev": true
},
"mixin-deep": {
"version": "1.3.1",
"resolved": "https://registry.npmjs.org/mixin-deep/-/mixin-deep-1.3.1.tgz",
"integrity": "sha512-8ZItLHeEgaqEvd5lYBXfm4EZSFCX29Jb9K+lAHhDKzReKBQKj3R+7NOF6tjqYi9t4oI8VUfaWITJQm86wnXGNQ==",
"version": "1.3.2",
"resolved": "https://registry.npmjs.org/mixin-deep/-/mixin-deep-1.3.2.tgz",
"integrity": "sha512-WRoDn//mXBiJ1H40rqa3vH0toePwSsGb45iInWlTySa+Uu4k3tYUSxa2v1KqAiLtvlrSzaExqS1gtk96A9zvEA==",
"dev": true,
"requires": {
"for-in": "^1.0.2",

View File

@ -539,7 +539,7 @@ body .container.body .right_col {
font-size: 17px;
}
.tile, .graph {
zoom: 75%;
zoom: 76%;
height: inherit;
}
.item{
@ -1459,27 +1459,27 @@ table.jambo_table tbody tr.selected td {
background: #ff0000;
}
// .dataTables_wrapper {
// position: relative;
// clear: both;
// zoom: 1;
// }
.dataTables_wrapper {
position: relative;
clear: both;
zoom: 1;
}
// .dataTables_processing {
// position: absolute;
// top: 50%;
// left: 50%;
// width: 250px;
// height: 30px;
// margin-left: -125px;
// margin-top: -15px;
// padding: 14px 0 2px 0;
// border: 1px solid #ddd;
// text-align: center;
// color: #999;
// font-size: 14px;
// background-color: white;
// }
.dataTables_processing {
position: absolute;
top: 50%;
left: 50%;
width: 250px;
height: 30px;
margin-left: -125px;
margin-top: -15px;
padding: 14px 0 2px 0;
border: 1px solid #ddd;
text-align: center;
color: #999;
font-size: 14px;
background-color: white;
}
// .dataTables_length {
// width: auto;
@ -1493,10 +1493,10 @@ table.jambo_table tbody tr.selected td {
// text-align: right;
// }
// .dataTables_info {
// width: 60%;
// float: left;
// }
.dataTables_info {
width: 60%;
float: left;
}
.dataTables_paginate {
float: right;
@ -1544,27 +1544,27 @@ table.display thead th:active, table.display thead td:active {
outline: none;
}
// .dataTables_scroll {
// clear: both;
// }
.dataTables_scroll {
clear: both;
}
// .dataTables_scrollBody {
// *margin-top: -1px;
// -webkit-overflow-scrolling: touch;
// }
.dataTables_scrollBody {
*margin-top: -1px;
-webkit-overflow-scrolling: touch;
}
// .top, .bottom {}
// .top .dataTables_info {
// float: none;
// }
.top, .bottom {}
.top .dataTables_info {
float: none;
}
.clear {
clear: both;
}
// .dataTables_empty {
// text-align: center;
// }
.dataTables_empty {
text-align: center;
}
tfoot input {
margin: 0.5em 0;
@ -1587,9 +1587,9 @@ td.details {
border: 2px solid #A19B9E;
}
// .example_alt_pagination div.dataTables_info {
// width: 40%;
// }
.example_alt_pagination div.dataTables_info {
width: 40%;
}
.paging_full_numbers {
width: 400px;
@ -4711,7 +4711,7 @@ ul.notifications {
top: 7px;
}
.tile, .graph {
zoom: 70%;
zoom: 71%;
height: inherit;
}
}