There is a pixel or two off on the discussions, documents and blogs tabs and therefore these tabs are not showing the bottom border. I've tried to fix this with CSS but as soon as I do it breaks the all content tab. I thought it was just an issue with the theme I had developed but then I saw the same issue with the jivesoftware.com support portal as can be seen from the screenshot...
Thanks,
Eric
This small offset only seems to appear when using IE. I am investigating the cause of this and will have more information for you on this by end of the week.
Thanks, I appreciate it!
I've logged this issue as a bug. The id of the bug is CS-10319.
I was able to workaround the problem by putting some CSS into the /template/global/custom-css-container.ftl template in a theme. Here is the CSS I put into that template:
.jive-link-discussion-small {
padding: 2px 0px 2px 16px;
}
.jive-link-document-small {
padding: 2px 0px 2px 16px;
}
.jive-link-community {
zoom: 1;
}
.jive-link-overview {
zoom: 1;
padding: 2px 0px 2px;
}
Thanks Scott! I pasted your CSS into the /template/global/custom-css-container.ftl template but it didn't work. I thought it might be due to my theme so I went back to the out of the box theme but it's still broken there as well. The other thing I noticed is that the mouse cursor changes to a text selection cursor rather than the hand when hovering the tabs without the bottom line.
I pasted your CSS into the /template/global/custom-css-container.ftl template but it didn't work.
Can you verify that the CSS shows up in the <head> element of the page? The custom CSS should get put right into the page.
Also, Clearspace will do some caching of theme files and so I would recommend doing a restart of the instance after applying the template and theme change to ensure that it is picked up by the instance.
If the above does not help, can you send the HTML source of the page you see?
I fine-tuned your CSS and was able to fix it without messing up Firefox. The negative margin and positive padding of 1 pixel seems to do the trick. I added the cursor:hand to fix the text-selection cursor problem and added the blog class as well. I really appreciate your help!
.jive-link-community {
padding: 1px 0px 0px 16px;
margin-top:-1px;
cursor:hand;
}
.jive-link-discussion-small {
padding: 1px 0px 0px 16px;
margin-top:-1px;
cursor:hand;
}
.jive-link-document-small {
padding: 1px 0px 0px 16px;
margin-top:-1px;
cursor:hand;
}
.jive-link-blog-small {
padding: 1px 0px 0px 16px;
margin-top:-1px;
cursor:hand;
}
Jive combines the most powerful features of collaboration software, community software,
social networking software & social media monitoring into the leading SBS solution.
© Copyright 2000–2010 Jive Software. All rights reserved.
915 SW Stark St., Suite 400, Portland, OR 97205
Sales: 877-495-3700 | General: 503-295-3700
Privacy Policy | Sitemap | Jobs | Contact Us