mirror of
https://git.code.sf.net/p/seeddms/code
synced 2025-03-11 16:35:38 +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-shadow: none;
|
||||
border: 1px solid #ccc;
|
||||
padding: 15px;
|
||||
padding: 25px 15px 15px 15px;
|
||||
display: none;
|
||||
position: absolute;
|
||||
width: 250px;
|
||||
min-width: 250px;
|
||||
}
|
||||
|
||||
div.popupbox span.closepopupbox {
|
||||
|
|
Loading…
Reference in New Issue
Block a user