Complete the notice display. add various fields to document to correctly display the notice. Correct bug #0025746
.autoscroll-component {
> div {
display: block;
position: absolute;
white-space: nowrap;
float:left;
}
span {
margin-right: 30px;
display: inline;
}
span.hidden-double {
display: none;
}
}