mirror of
https://github.com/webmin/webmin.git
synced 2026-03-20 08:40:24 +00:00
Fix alerts positioning inside details
This commit is contained in:
@@ -464,6 +464,18 @@ details.inline.inlined {
|
||||
display: inline !important;
|
||||
}
|
||||
|
||||
details > span .ui_alert_box {
|
||||
margin-top: 5px;
|
||||
}
|
||||
|
||||
details > span .ui_alert_box:not(:has(+p)) {
|
||||
margin-bottom: 5px;
|
||||
}
|
||||
|
||||
details.inline.inlined > span {
|
||||
margin-top: 10px;
|
||||
}
|
||||
|
||||
details.inline > summary + span > tt {
|
||||
font-size: 96%;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user