PDA

View Full Version : relocate on/offline status icon to left of username?


bigdadie
01-06-2014, 04:32 AM
and add a space between... anyone know where I go to edit that?

NukedLT
01-10-2014, 05:18 AM
Assuming youre using the legacy postbit stick this in additional.css

img.onlinestatus {
float: left;
}
.postbitlegacy .userinfo a.username{
position: relative;
top: 4px;
}

bigdadie
01-11-2014, 01:26 AM
that gave me what I needed, thanks.