From 9a9321dde392cf706f5d464aec360119de4f4da1 Mon Sep 17 00:00:00 2001 From: Nicolae Gabriel Date: Wed, 25 Jan 2017 11:35:56 +0200 Subject: [PATCH 1/3] #362 typo "t -> T" modified --- production/tables_dynamic.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/production/tables_dynamic.html b/production/tables_dynamic.html index 90fd995b..4fdaedd9 100755 --- a/production/tables_dynamic.html +++ b/production/tables_dynamic.html @@ -3695,7 +3695,7 @@ - + From 7880e80196178114a92f108541292b0bf5d29c39 Mon Sep 17 00:00:00 2001 From: Nicolae Gabriel Date: Wed, 25 Jan 2017 12:13:22 +0200 Subject: [PATCH 2/3] #281 Update custom.js --- build/js/custom.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build/js/custom.js b/build/js/custom.js index 0a5121f1..16d51177 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'); From 0f52be3faaf3b94ffc76aaf48b7a3f9d1db85892 Mon Sep 17 00:00:00 2001 From: Nicolae Gabriel Date: Wed, 25 Jan 2017 12:55:51 +0200 Subject: [PATCH 3/3] #275 minor updates. --- build/css/custom.css | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) diff --git a/build/css/custom.css b/build/css/custom.css index f51b7acb..ecbb677c 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 }