mirror of
https://git.code.sf.net/p/seeddms/code
synced 2025-02-11 17:44:56 +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;
|
color: black;
|
||||||
text-align: left;
|
text-align: left;
|
||||||
text-shadow: none;
|
text-shadow: none;
|
||||||
|
line-height: 1.4em;
|
||||||
border: 1px solid #ccc;
|
border: 1px solid #ccc;
|
||||||
padding: 25px 15px 15px 15px;
|
padding: 25px 15px 15px 15px;
|
||||||
display: none;
|
display: none;
|
||||||
position: absolute;
|
position: absolute;
|
||||||
min-width: 230px;
|
min-width: 230px;
|
||||||
|
max-width: 280px;
|
||||||
|
white-space: break-spaces;
|
||||||
z-index: 10;
|
z-index: 10;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user