Styling for "This topic will close a month"

I’m not sure if this is a bug or a feature, but closing notification seems to be very … un-noticeable.

I’m suggesting to update the styling a bit, like so:


#topic-closing-info {
  height: auto;  
}

#topic-closing-info h3 {
  border-bottom: 1px solid #e9e9e9;
  padding-top: 10px;
  text-align: center;
  background-color: #FFFCC1;
  padding-bottom: 10px;
  margin-bottom: 20px;
  margin-top:-10px;
}

The result looks to be a bit more noticeable:

What do you guys think?

2 Likes

We actually don’t want to draw attention to it. So I’d say you found a way to draw attention to it via your custom css settings. Apply it and enjoy.

2 Likes

If only you could still use ‘marquee’ tags… :smile:

1 Like

In Chrome, <marquee> tags create a #shadow-root element, basically creating a new DOM, in order to work. So they will still work, at a hilarious performance penalty.

2 Likes