In the user's profile page, the tab moderation is not well placed. In my case I have the following tabs : overview, inbox, reputation history, favorites, activity, casted votes, subscriptions, moderation.
It is a problem with css and that the tabs are horizontal. Also in some languages words are longer, then tabs do not fit.
You'll probably need to adjust css rules, for example, set font size and padding to the tabs so that they fit the page width.
.user-profile-page .tabBar .tabsC a {
font-size: ...
padding: ...
}
The extra rules can go to either file askbot/skins/default/media/style/style.css (at the bottom), or askbot/skins/default/media/style/extra.css. In the first case it will help if you use git to merge later updates.
Create your Q&A site at askbot.com. Managed Askbot hosting at just $15/mo. Dedicated hosting, support contracts, consulting services.
create your Q&A siteAsked: 2011-06-03 11:52:40 -0500
Seen: 41 times
Last updated: Jun 03 '11
email for comments: link missing a href [fixed]
"Related questions" section shows deleted questions?
user creation "screen name" vs "username" in admin page
Cannot delete a user in the django admin UI : table follow_follow does not exist
CSRF token missing or incorrect
greeting for anonymous user is displayed on the sign out page
Copyright Askbot, 2010-2011. Content on this site is licensed under a Creative Commons Attribution Share Alike 3.0 license.