merge with amyo ui
This commit is contained in:
@@ -104,10 +104,10 @@ $(document).on('turbolinks:load', function() {
|
||||
|
||||
});
|
||||
|
||||
$(document).on("focus", "[data-behaviour~='datepicker']", function(e){
|
||||
$(this).datepicker({"format": "yyyy-M-dd", "weekStart": 1, "autoclose": true});
|
||||
$('.dropdown-toggle').dropdown();
|
||||
});
|
||||
// $(document).on("focus", "[data-behaviour~='datepicker']", function(e){
|
||||
// $(this).datepicker({"format": "yyyy-M-dd", "weekStart": 1, "autoclose": true});
|
||||
// $('.dropdown-toggle').dropdown();
|
||||
// });
|
||||
|
||||
function export_to(path)
|
||||
{
|
||||
|
||||
@@ -198,6 +198,28 @@ section.content {
|
||||
background-color: #007d72 !important;
|
||||
}
|
||||
|
||||
.m-t-1{
|
||||
margin-top: 1px;
|
||||
}
|
||||
.m-t-2{
|
||||
margin-top: 2px;
|
||||
}
|
||||
.m-t-3{
|
||||
margin-top: 3px;
|
||||
}
|
||||
.m-t-4{
|
||||
margin-top: 4px;
|
||||
}
|
||||
.m-t-7{
|
||||
margin-top: 7px;
|
||||
}
|
||||
|
||||
.bmd-form-group .bmd-label-static{
|
||||
font-size: 0.85rem;
|
||||
}
|
||||
.form-group {
|
||||
margin-bottom: 15px;
|
||||
}
|
||||
/* FORM */
|
||||
.input-group-addon {
|
||||
padding: 0rem 0rem;
|
||||
|
||||
Reference in New Issue
Block a user