FIX modal styles
This commit is contained in:
parent
5551f94022
commit
1d67daa932
|
|
@ -101,17 +101,11 @@ div#box {background-image: url('/img/back.png'); background-repeat: no-repeat; b
|
|||
@media screen and (max-width:1000px) {
|
||||
.modal-dialog {
|
||||
width: 100%!important;
|
||||
height: 100%!important;
|
||||
margin: 0!important;
|
||||
margin-left: 0!important;
|
||||
margin-right: 0!important;
|
||||
}
|
||||
.modal-content {
|
||||
width: 100%!important;
|
||||
height: 100%!important;
|
||||
}
|
||||
|
||||
.modal-header {
|
||||
border: none!important;
|
||||
margin-bottom: -47px!important;
|
||||
}
|
||||
.modal-header .close {
|
||||
font-size: 40px!important;
|
||||
|
|
@ -120,9 +114,6 @@ div#box {background-image: url('/img/back.png'); background-repeat: no-repeat; b
|
|||
right: 10px!important;
|
||||
top: 0px!important;
|
||||
}
|
||||
.modal-header h4 {
|
||||
display: none!important;
|
||||
}
|
||||
.modal-body {
|
||||
padding: 3px!important;
|
||||
margin: 0!important;
|
||||
|
|
|
|||
Loading…
Reference in New Issue