mirror of
https://git.code.sf.net/p/seeddms/code
synced 2025-05-11 12:11:19 +00:00
add style for span.closepopupbox
This commit is contained in:
parent
9506d25202
commit
ffcd0e8a4a
|
@ -185,7 +185,13 @@ div.popupbox {
|
|||
padding: 15px;
|
||||
display: none;
|
||||
position: absolute;
|
||||
width: 200px;
|
||||
width: 250px;
|
||||
}
|
||||
|
||||
div.popupbox span.closepopupbox {
|
||||
position: absolute;
|
||||
right: 5px;
|
||||
top: 0px;
|
||||
}
|
||||
|
||||
@media (max-width: 480px) {
|
||||
|
|
Loading…
Reference in New Issue
Block a user