mirror of
https://git.code.sf.net/p/seeddms/code
synced 2025-05-12 20:51:30 +00:00
make large modal box wider
This commit is contained in:
parent
74b3f896ff
commit
ff49e2b31f
|
@ -422,8 +422,8 @@ ul.qq-upload-list li span {
|
||||||
|
|
||||||
@media (min-width: 1200px) {
|
@media (min-width: 1200px) {
|
||||||
.modal-wide {
|
.modal-wide {
|
||||||
width: 800px;
|
width: 900px;
|
||||||
margin-left: -400px;
|
margin-left: -450px;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
@ -424,3 +424,10 @@ ul.qq-upload-list li span {
|
||||||
.qq-hide, .qq-uploader dialog {
|
.qq-hide, .qq-uploader dialog {
|
||||||
display: none;
|
display: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@media (min-width: 992px) {
|
||||||
|
.modal-lg {
|
||||||
|
max-width: 900px;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user