mirror of
https://git.code.sf.net/p/seeddms/code
synced 2025-05-12 12:41:30 +00:00
set min-width and padding of div.popupbox
This commit is contained in:
parent
8a789800e1
commit
083820e42d
|
@ -209,10 +209,10 @@ div.popupbox {
|
||||||
text-align: left;
|
text-align: left;
|
||||||
text-shadow: none;
|
text-shadow: none;
|
||||||
border: 1px solid #ccc;
|
border: 1px solid #ccc;
|
||||||
padding: 15px;
|
padding: 25px 15px 15px 15px;
|
||||||
display: none;
|
display: none;
|
||||||
position: absolute;
|
position: absolute;
|
||||||
width: 250px;
|
min-width: 250px;
|
||||||
}
|
}
|
||||||
|
|
||||||
div.popupbox span.closepopupbox {
|
div.popupbox span.closepopupbox {
|
||||||
|
|
Loading…
Reference in New Issue
Block a user