I'm pretty sure that this forum is smarter than the joomla forums. So I'll ask this here!
I've made some changes in components/com_content/content.html.php, wanting to add text next to the print/pdf/e-mail icons (wanting both to appear, instead of selecting just icons OR text) and wanting to add a fourth icon for my own purposes.
While my "hacks" appear to work to an extent, my additions are still crammed in the upper right hand corner, trying to fit in the area where only three little icons are supposed to fit. (see pic below)
Content.html.php called some styles from template_css.css (specifically "buttonheading" and "contentpaneopen"), but everything in both the php and style sheet are already set to "width:100%".
So my question is, what is the file that calles content.html.php? Or where is the style that defines the width of that little table? Surely one of those must be responsible for the table size allocated for the three little icons.
Another question is, while e-mail and pdf icons are defined in content.html.php, print doesn't seem to be. Any idea where i can find THAT code?