Fix for 34295. We are basically removing the classes from the titled buttons that

were not defined.  This makes this dialog use the standard button ui, which IMO looks
good.  r=valeski@netscape.com, a=leaf.


git-svn-id: svn://10.0.0.236/trunk@65045 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
dougt%netscape.com 2000-04-03 20:19:57 +00:00
parent e5fda9b634
commit 7eaf45c37f

View File

@ -18,12 +18,12 @@
<titledbox>
<html:div style="width: 45px; margin: 5px;">
<titledbutton class="message-icon plain"/>
<titledbutton/>
</html:div>
<box orient="vertical" flex="100%">
<html:div>&startDownload;</html:div>
<html:div style="width: 100%; margin: 3px;">
<titledbutton id="dialog.contentType" align="left" class="plain" flex="100%" style="width: 100%; font-weight: bold;"/>
<titledbutton id="dialog.contentType" align="left" flex="100%" style="width: 100%; font-weight: bold;"/>
</html:div>
<html:div style="margin-bottom: 0.5em;">&helpText;</html:div>
</box>
@ -31,7 +31,7 @@
<box style="width: 100%" autostretch="never">
<spring flex="5%"/>
<html:div><titledbutton class="dialog push" id="dialog.more" value="&dialogMore.label;" onclick="more()"/></html:div>
<html:div><titledbutton id="dialog.more" value="&dialogMore.label;" onclick="more()"/></html:div>
<spring flex="100%"/>
<box id="okCancelButtons"/>
<spring flex="5%"/>