Spacing Between Administration Text Links

If you have questions about using mojoPortal, you can post them here.

You may want to first review our site administration documentation to see if your question is answered there.

This thread is closed to new posts. You must sign in to post in the forums.
11/7/2009 9:45:36 AM
Gravatar
Total Posts 39

Spacing Between Administration Text Links

""Also due to community feedback and my own observation from support questions, the use of the gear icon for feature instance settings was changed to use a text link by default. Those who prefer the icons can add this to their user.config file to override the new default."

When I use this, the links are not separated at all.  They are all together?  How would I get spacing between the text links?

Thank you.

11/7/2009 9:47:37 AM
Gravatar
Total Posts 18439

Re: Spacing Between Administration Text Links

Add something like this to your CSS

.adminlink { margin: 0px 7px 0px 0px;  }

Hope it helps,

Joe

You must sign in to post in the forums. This thread is closed to new posts.