refs #78
This commit is contained in:
18
public/css/app.css
vendored
18
public/css/app.css
vendored
@ -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;
|
||||
}*/
|
Reference in New Issue
Block a user