Making your style compatible with Brief 1.0

There is only one, albeit quite important change in 1.0 that affects custom styles. In previous versions, collapsed articles had exactly the same structure of elements as full articles. Starting from 1.0 collapsed articles have a slightly different structure, as shown on http://brief.mozdev.org/customize.html.

The basic difference is that feed-name and article-date are moved from subheader to header.

Is it possible via CSS to

Is it possible via CSS to move the feed-name and article-date out of the header in Headlines View?

I ask because I don't like how the current default style has the Mark as Read/Unread and Delete buttons overlapping the feed-name in Headlines View. And because now the feed-name has to share space in the header, longer feed-names get cut-off. This is the only issue I need help with before I can finalize my Brief 1.0 updates to my Dark series of stylesheets.

It should be possible

Is it possible via CSS to move the feed-name and article-date out of the header in Headlines View?

Doesn't simply setting a top margin on them work? You should also be able to use absolute positioning to move them.