mirror of
https://git.code.sf.net/p/seeddms/code
synced 2025-03-11 16:35:38 +00:00
set style for dt and dd in div.popupbox
This commit is contained in:
parent
2ca619045d
commit
ea3ffc57be
|
@ -222,6 +222,16 @@ div.popupbox {
|
|||
z-index: 10;
|
||||
}
|
||||
|
||||
div.popupbox dt {
|
||||
font-weight: normal;
|
||||
font-size: 80%;
|
||||
}
|
||||
|
||||
div.popupbox dd {
|
||||
margin-left: 0px;
|
||||
margin-bottom: 5px;
|
||||
}
|
||||
|
||||
div.popupbox span.closepopupbox {
|
||||
position: absolute;
|
||||
right: 5px;
|
||||
|
|
Loading…
Reference in New Issue
Block a user