mirror of
https://git.code.sf.net/p/seeddms/code
synced 2025-02-06 15:14:58 +00:00
set line-height, max-width, white-space of popupbox
This commit is contained in:
parent
c9d6d840d9
commit
f306c186cf
|
@ -368,11 +368,14 @@ div.popupbox {
|
|||
color: black;
|
||||
text-align: left;
|
||||
text-shadow: none;
|
||||
line-height: 1.4em;
|
||||
border: 1px solid #ccc;
|
||||
padding: 25px 15px 15px 15px;
|
||||
display: none;
|
||||
position: absolute;
|
||||
min-width: 230px;
|
||||
max-width: 280px;
|
||||
white-space: break-spaces;
|
||||
z-index: 10;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user