mirror of
https://git.code.sf.net/p/seeddms/code
synced 2025-03-12 00:45:34 +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;
|
||||
}
|
||||
|
||||
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