Datetimepicker tweaks

This commit is contained in:
Ludovic Stephan 2020-09-15 20:04:52 +02:00
parent a6e58dcd68
commit c7998f56f0
2 changed files with 9 additions and 1 deletions

View file

@ -109,3 +109,7 @@
#history .entry .glyphicon {
padding-left:15px;
}
#history-form .form-group {
position: relative;
}

View file

@ -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, {