2018-02-28 11:34:46 +00:00
|
|
|
#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;
|
2017-08-02 08:12:55 +00:00
|
|
|
}
|
2018-03-06 16:13:35 +00:00
|
|
|
|
|
|
|
#updatenotification .icon-loading-small {
|
|
|
|
display: inline-block;
|
|
|
|
margin-bottom: -3px;
|
|
|
|
}
|