mirror of
https://git.code.sf.net/p/seeddms/code
synced 2025-03-12 00:45:34 +00:00
add css for wider modal box
This commit is contained in:
parent
0a6e04b644
commit
5d2a3d9aba
|
@ -228,6 +228,13 @@ ul.qq-upload-list li span {
|
||||||
display: none;
|
display: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@media (min-width: 1200px) {
|
||||||
|
.modal-wide {
|
||||||
|
width: 800px;
|
||||||
|
margin-left: -400px;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
@media (max-width: 480px) {
|
@media (max-width: 480px) {
|
||||||
.nav-tabs > li {
|
.nav-tabs > li {
|
||||||
float:none;
|
float:none;
|
||||||
|
|
Loading…
Reference in New Issue
Block a user