mirror of
https://git.code.sf.net/p/seeddms/code
synced 2025-03-11 16:35:38 +00:00
set min-width of popup box to 230px
This commit is contained in:
parent
8546b48230
commit
987c9a1fcb
|
@ -212,7 +212,7 @@ div.popupbox {
|
|||
padding: 25px 15px 15px 15px;
|
||||
display: none;
|
||||
position: absolute;
|
||||
min-width: 250px;
|
||||
min-width: 230px;
|
||||
}
|
||||
|
||||
div.popupbox span.closepopupbox {
|
||||
|
|
Loading…
Reference in New Issue
Block a user