mirror of
https://git.code.sf.net/p/seeddms/code
synced 2025-05-20 16:41:38 +00:00
Merge branch 'seeddms-5.1.x' into seeddms-6.0.x
This commit is contained in:
commit
b64ee6012c
|
@ -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