diff --git a/build/css/custom.css b/build/css/custom.css index f51b7acb7afb813dc0a3f0d1a44173a85d0fffab..ecbb677c3dc0b8774c2689b68c40d36ccc76b7cc 100644 --- a/build/css/custom.css +++ b/build/css/custom.css @@ -1,3 +1,20 @@ + +html , body{ + + height:100%; + +} + +.full-width { + + width:100%; + + } + +.full-height{ + height:100%; + } + .daterangepicker .ranges li { color: #73879C } diff --git a/build/js/custom.js b/build/js/custom.js index 0a5121f125d51e984e087309ea4253e306a3d0e1..16d51177a5a0f8431a88f7a01d05084aa027e099 100644 --- a/build/js/custom.js +++ b/build/js/custom.js @@ -99,7 +99,7 @@ var setContentHeight = function () { } }); -// toggle small or large menu +// toggle small or large menu $MENU_TOGGLE.on('click', function() { console.log('clicked - menu toggle'); diff --git a/production/tables_dynamic.html b/production/tables_dynamic.html index 90fd995bc240f95cb645313777c48b2a24b1ebf8..4fdaedd9cc3f898090cb9055dd6211d983582cd7 100755 --- a/production/tables_dynamic.html +++ b/production/tables_dynamic.html @@ -3695,7 +3695,7 @@ - +