提交 20087808 编写于 作者: R Romén Rodríguez-Gil

[JENKINS-61478] Also moving alert height and display to CSS

上级 d66b3c1a
......@@ -1596,6 +1596,9 @@ table.progress-bar.red td.progress-bar-done {
font-size: 1.75rem;
z-index:1000;
border-bottom: 1px solid black;
line-height: 3.5rem;
height: 3.5rem;
display: block;
}
#notification-bar .svg-icon {
......
......@@ -2922,8 +2922,6 @@ var notificationBar = {
this.div.className=options.alertClass || this.defaultAlertClass;
this.div.classList.add("notif-alert-show");
this.div.style.height = this.div.style.lineHeight = options.height || "3.5rem";
this.div.style.display = "block";
this.clearTimeout();
var self = this;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册