mirror of
https://git.code.sf.net/p/seeddms/code
synced 2025-05-14 13:42:04 +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;
|
padding: 25px 15px 15px 15px;
|
||||||
display: none;
|
display: none;
|
||||||
position: absolute;
|
position: absolute;
|
||||||
min-width: 250px;
|
min-width: 230px;
|
||||||
}
|
}
|
||||||
|
|
||||||
div.popupbox span.closepopupbox {
|
div.popupbox span.closepopupbox {
|
||||||
|
|
Loading…
Reference in New Issue
Block a user