mirror of
https://git.code.sf.net/p/seeddms/code
synced 2025-03-12 00:45:34 +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) {
|
||||
.modal-wide {
|
||||
width: 800px;
|
||||
margin-left: -400px;
|
||||
width: 900px;
|
||||
margin-left: -450px;
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
@ -424,3 +424,10 @@ ul.qq-upload-list li span {
|
|||
.qq-hide, .qq-uploader dialog {
|
||||
display: none;
|
||||
}
|
||||
|
||||
@media (min-width: 992px) {
|
||||
.modal-lg {
|
||||
max-width: 900px;
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user