mirror of
https://git.code.sf.net/p/seeddms/code
synced 2025-05-16 14:41:39 +00:00
set styles for div.popupbox dt and div.popupbox dd
This commit is contained in:
parent
86e7b0a13f
commit
2b62fbcc1b
|
@ -248,6 +248,16 @@ div.popupbox {
|
||||||
width: 250px;
|
width: 250px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
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