2018-02-28 14:34:46 +03:00
|
|
|
#updatenotification {
|
|
|
|
margin-top: -25px;
|
|
|
|
}
|
|
|
|
|
|
|
|
#updatenotification div.update,
|
|
|
|
#updatenotification ul,
|
|
|
|
#updatenotification p:not(.inlineblock) {
|
|
|
|
margin-bottom: 25px;
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
#updatenotification h2.inlineblock {
|
|
|
|
margin-top: 25px;
|
|
|
|
}
|
|
|
|
|
2018-03-06 19:28:20 +03:00
|
|
|
#updatenotification h3,
|
|
|
|
#updatenotification h3 .icon {
|
2018-02-28 14:34:46 +03:00
|
|
|
cursor: pointer;
|
|
|
|
}
|
|
|
|
|
|
|
|
#updatenotification h3:first-of-type {
|
|
|
|
margin-top: 0;
|
2017-08-02 11:12:55 +03:00
|
|
|
}
|
2018-03-06 19:13:35 +03:00
|
|
|
|
2018-03-06 19:24:24 +03:00
|
|
|
#updatenotification .icon {
|
2018-03-06 19:13:35 +03:00
|
|
|
display: inline-block;
|
|
|
|
margin-bottom: -3px;
|
|
|
|
}
|
2018-03-06 19:24:24 +03:00
|
|
|
|
|
|
|
#updatenotification .icon-triangle-s,
|
|
|
|
#updatenotification .icon-triangle-n {
|
|
|
|
opacity: 0.5;
|
|
|
|
}
|