The text in the top icons "New", "Your Stuff", "History", "Browse", now overlays the icons after upgrading to 3.0.5. I've included a screen-shot of before and after. Here is the css for the item outlined in red:
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dd, dl, dt, li, ol, ul, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td (line 30)
{
margin-top: 0pt;
margin-right: 0pt;
margin-bottom: 0pt;
margin-left: 0pt;
padding-top: 0pt;
padding-right: 0pt;
padding-bottom: 0pt;
padding-left: 0pt;
}
.jive-icon-sml, .jive-icon-med, .jive-icon-big (line 18)
{
background-color: transparent;
background-position: 0pt 0pt;
background-repeat: no-repeat;
display: block;
float: left;
padding-top: 0pt;
padding-right: 0pt;
padding-bottom: 0pt;
padding-left: 0pt;
}
.jive-icon-med (line 34)
{
background-image: url(../images/jive-icon-sprites-med.png);
height: 16px;
width: 17px;
margin-top: -1px;
margin-right: 4px;
margin-bottom: 0pt;
margin-left: 0pt;
}
.jive-icon-userbar-new (line 234)
{
background-position: -912px -80px;
}
Thanks for your help
,
Joel.
Looks like the ftl files were updated with 3.0.5, so our version don't work anymore. I was able to get it looking right by deleting our customized ftls. I'll have to go and update them from the new versions.