• This forum has been archived. New threads and replies may not be made. All add-ons/resources that are active should be migrated to the Resource Manager. See this thread for more information.

Mod/Admin Bar Top Left Corner

CFodder

Well-known member
Nothing flash here, but I got a bit peed off with the moderator/admin bar in it's default position and that it kept disappearing. This quick tweak put's it in the top left corner in a fixed position so it's always there.

Edit moderator_bar.css and just replace the following

#moderatorBar
{
background-color: @primaryDarker;
border: 1px solid @primaryLight
border-bottom: 1px solid @primaryLightish;
border-right: 1px solid @primaryLightish;
border-top-right-radius: 15px;
-moz-border-top-right-radius: 15px;
-webkit-border-top-right-radius: 15px;
border-bottom-right-radius: 15px;
-moz-border-bottom-right-radius: 15px;
-webkit-border-bottom-right-radius: 15px;
text-align: center
font-size: 11px;
position: fixed;
top: 10px;
width: 75px;
margin-left: 0px;
z-index: 200000;
}

#moderatorBar .adminLink
{
float: center;
}

Edit Template: moderator_bar

Remove : <div class="pageWidth"> and the </div> above </fieldset>
 
Yeah, it would have to have something to do with the CSS class getting changed or not used in the theme most likely.
 
I've updated the css in my first post and added the edit needed in the moderator_bar template. This should get it to work properly.
 
I am not so sure I like this. But I will add it to a style and use it for a while.
 
it appears this is now in moderator_bar.css

since nobody has posted in this thread in a couple months w/ an update, is it not being used anymore?

thanks
 
it appears this is now in moderator_bar.css

since nobody has posted in this thread in a couple months w/ an update, is it not being used anymore?

thanks

I've edited the first post with this new template to edit thanks Mutt.

I still use it, don't know about anyone though.
 
Top Bottom