mirror of
https://git.code.sf.net/p/seeddms/code
synced 2025-06-18 02:59:27 +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;
|
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 {
|
div.popupbox span.closepopupbox {
|
||||||
position: absolute;
|
position: absolute;
|
||||||
right: 5px;
|
right: 5px;
|
||||||
|
|
Loading…
Reference in New Issue
Block a user