update admin bsb for add order design

This commit is contained in:
Aung Myo
2017-10-23 13:58:54 +06:30
parent 1147b81a8a
commit 735dc228db
3 changed files with 7 additions and 8 deletions

View File

@@ -26,6 +26,9 @@ $(function(){
var method = $(this).attr('data-method');
var url = $(this).attr('data-ref');
var html_text = $( this ).siblings( "#delete_text" ).html();
console.log(method);
console.log(url);
console.log(html_text);
swal({
title: "Confirmation",
text: html_text,

View File

@@ -1,9 +1,3 @@
@import "bootstrap";
@import "font-awesome";
@import "theme";
@import "jquery-ui";
@import "bootstrap-datepicker3";
.custom-card-head{
height: 40px;
background-color: #54A5AF;
@@ -11,7 +5,6 @@
color :#fff;
}
.custom-card {
border: 2px solid rgba(0, 0, 0, 0.125) !important;
}
@@ -126,6 +119,10 @@ element.style {
margin-bottom:10px;
}
section.content{
padding-top:-50px !important;
}
/*Loading gif for payment*/
#loading_wrapper{