mirror of
https://git.code.sf.net/p/seeddms/code
synced 2025-03-11 16:35:38 +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;
|
||||
}
|
||||
|
||||
@media (min-width: 1200px) {
|
||||
.modal-wide {
|
||||
width: 800px;
|
||||
margin-left: -400px;
|
||||
}
|
||||
}
|
||||
|
||||
@media (max-width: 480px) {
|
||||
.nav-tabs > li {
|
||||
float:none;
|
||||
|
|
Loading…
Reference in New Issue
Block a user