set styles for div.popupbox dt and div.popupbox dd

This commit is contained in:
Uwe Steinmann 2018-04-04 21:47:56 +02:00
parent 86e7b0a13f
commit 2b62fbcc1b

View File

@ -248,6 +248,16 @@ div.popupbox {
width: 250px;
}
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;