BlackSS

Registered
Sorry, im stuck again, i added my own look to the buttons in pm and thought it was a error from me (probably is lol), but looking at default APEX, the no space between like and reply in pm must be causing my issue.
Although you probably didn't create the styles to support likes in pm :unsure: Could there be a quick fix if thats ok please guys.
1gap.jpg 1gap2.jpg 1gap3.jpg
 
By default, they should all have a margin-left: 10px.

Code:
.XenBase .message .publicControls .item { margin-left: 10px; }

Try this inside extra.css, increase the value if needed.
 
thanks mate, but no effect what so ever.

EDIT: Thanks for your idea though which helped the code i was trying to use :D
Code:
.XenBase .message .messageMeta .control.reply { margin-left: 5px; }
Works awesome now thanks heaps.

1cap.jpg
 
Last edited:
Ok, this code is a bit whacky, but works a treat thanks again for your code that put all this together ;)
Code:
.XenBase .message .messageMeta .control.reply { margin-left: 4px;}
.XenBase .message .messageMeta .control.like { margin-left: 4px;}
.XenBase .message .messageMeta .control.unlike { margin-left: 4px;}
.XenBase .message .publicControls a.MultiQuoteControl { margin-left: 4px;}
.XenBase .message .publicControls .item { margin-right: 2px; }
works666.jpg
 

Pre-Sale Questions

If you have any questions or concerns you want to ask before you make a purchase don't hesitate to use one of our multiple support channels for your convenience.

Back