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