[cXF] Move thread status icons

[cXF] Move thread status icons

BassMan

Well-known member
BassMan submitted a new resource:

Move thread status icons - ... to the left before thread title.

Would you like to have thread status icons on the left side before thread title?

View attachment 195126


Add this to your extra.less template:
Less:
[data-template="forum_view"], &[data-template="whats_new"], &[data-template="whats_new_posts"] {
    .structItem-statuses {
        float: none;
    }
}

[data-template="forum_view"], &[data-template="whats_new"], &[data-template="whats_new_posts"] {
    .structItem-statuses>li {
        margin-left: 0...

Read more about this resource...
 
I have the lock and sticky on the left. When only the lock is shown it touches the fist letter of the thread. The sticky is okay. Thanks! (Haven't tested all 4)
 
I have the lock and sticky on the left. When only the lock is shown it touches the fist letter of the thread. The sticky is okay. Thanks! (Haven't tested all 4)
Like it says on the Overview page:
Depends on the side and icon combination adjust the padding-right to 5px or 0px.

So, increase padding-right to 5px for locked icon.
 
Great, thanks.

One other thing. When a thread is deleted, this code makes the trash can move left and above the thread title even when no other icons are there. There's a line break.

Thanks
 
Top Bottom