This commit is contained in:
cuneytsenturk
2017-11-18 15:23:20 +03:00
parent f78237f7ce
commit 6e7b9d6964
9 changed files with 86 additions and 33 deletions

18
public/css/app.css vendored
View File

@ -241,6 +241,12 @@ div.required .control-label:not(span):after, td.required:after {
left: 40%;
}
.confirm #loading {
position: inherit;
top: 40%;
left: 40%;
}
#payment-modal .form-group.col-md-6 .help-block {
color : #F00;
}
@ -488,3 +494,15 @@ ul.add-new.nav.navbar-nav.pull-left {
background-color: #ffffff;
}
}
/*
.content-wrapper {
overflow: inherit;
}
.main-footer {
bottom: 0;
left: 0;
position: fixed;
right: 0;
z-index: 999;
}*/