diff --git a/kfet/static/kfet/css/history.css b/kfet/static/kfet/css/history.css index 42e73527..437fcd71 100644 --- a/kfet/static/kfet/css/history.css +++ b/kfet/static/kfet/css/history.css @@ -109,3 +109,7 @@ #history .entry .glyphicon { padding-left:15px; } + +#history-form .form-group { + position: relative; +} diff --git a/kfet/templates/kfet/history.html b/kfet/templates/kfet/history.html index bff55d12..c3ebc8b0 100644 --- a/kfet/templates/kfet/history.html +++ b/kfet/templates/kfet/history.html @@ -62,7 +62,11 @@ $(document).ready(function() { format : 'YYYY-MM-DD HH:mm', stepping : 5, locale : 'fr', - showTodayButton: true + showTodayButton: true, + widgetPositioning: { + horizontal: "left", + vertical: "bottom", + } }; $from_date.datetimepicker($.extend({}, defaults_datetimepicker, {