Datetimepicker tweaks
This commit is contained in:
parent
a6e58dcd68
commit
c7998f56f0
2 changed files with 9 additions and 1 deletions
|
@ -109,3 +109,7 @@
|
|||
#history .entry .glyphicon {
|
||||
padding-left:15px;
|
||||
}
|
||||
|
||||
#history-form .form-group {
|
||||
position: relative;
|
||||
}
|
||||
|
|
|
@ -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, {
|
||||
|
|
Loading…
Reference in a new issue