merge with amyo ui

This commit is contained in:
Yan
2017-10-25 18:31:20 +06:30
58 changed files with 1672 additions and 1016 deletions

View File

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

View File

@@ -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;