When I do an "inspect element" in Chrome here's what I get for that popup window:
<td><div class="popup_content" id="popup" style="height: auto; width: auto; "><table id="dbr_rtpopup1" class="dbrResultSet ">
<tbody><tr><td class="lalign"><table id="dbr_rtpopup1tr1" class="dbrResultSet" style="margin-left:0px;">
<tbody><tr class="ReportOutRow0">
<td class="dbrPageViewCell1">ItemID:</td>
<td id="dbr_rtpopup1tr1c1" class="ReportOutCell">ItemID</td>
</tr>
<tr class="ReportOutRow1">
<td class="dbrPageViewCell1">Date:</td>
<td id="dbr_rtpopup1tr1c2" class="ReportOutCell">02/22/2012</td>
</tr>
<tr class="ReportOutRow0">
<td class="dbrPageViewCell1">Field3</td>
<td id="dbr_rtpopup1tr1c3" class="ReportOutCell">Field3</td>
</tr>
<tr class="ReportOutRow1">
<td class="dbrPageViewCell1">Field4</td>
<td id="dbr_rtpopup1tr1c4" class="ReportOutCell">Field4</td>
</tr>
<tr class="ReportOutRow0">
<td class="dbrPageViewCell1">Field5</td>
<td id="dbr_rtpopup1tr1c5" class="ReportOutCell">Field5</td>
</tr>
</tbody></table>
</td></tr>
</tbody></table>
<div class="comment ">De-activate item?</div><div class="bmmar ">Yes</div></div></td>
Here's just the button:
class="button" href="javascript:embed_element('popup','http://host/report.php?blahblah','',null);">Yes
It also specifically says that the button inherits "td{text-align:left;}" from td in style.css. There is also a ".content{text-align:center;}" that's inherited from div.content, but it's crossed out, so I assume that the td declaration is overriding it.
If I edit the main td definition, I see that it affects lots of things! :)
Not sure what to do next...
Thanks,
-nth-