server/apps/updatenotification/css/admin.css
Joas Schilling 303085421e
Add a little arrow to indicate that the list can be opened
Signed-off-by: Joas Schilling <coding@schilljs.com>
2018-03-06 17:24:24 +01:00

32 lines
503 B
CSS

#updatenotification {
margin-top: -25px;
}
#updatenotification div.update,
#updatenotification ul,
#updatenotification p:not(.inlineblock) {
margin-bottom: 25px;
}
#updatenotification h2.inlineblock {
margin-top: 25px;
}
#updatenotification h3 {
cursor: pointer;
}
#updatenotification h3:first-of-type {
margin-top: 0;
}
#updatenotification .icon {
display: inline-block;
margin-bottom: -3px;
}
#updatenotification .icon-triangle-s,
#updatenotification .icon-triangle-n {
opacity: 0.5;
}