hrm. html spacer seem to do wierd things inside boxes

This commit is contained in:
alecf%netscape.com 1999-09-19 22:00:29 +00:00
Родитель 9d6c236562
Коммит 30093187ba
1 изменённых файлов: 2 добавлений и 4 удалений

Просмотреть файл

@ -36,9 +36,8 @@
type="checkbox"/>&savePassword.label;</html:div> type="checkbox"/>&savePassword.label;</html:div>
<html:div><html:input name="server.doBiff" <html:div><html:input name="server.doBiff"
type="checkbox"/>&biffStart.label; type="checkbox"/>&biffStart.label;
<html:spacer/>
<html:input name="server.biffMinutes" type="text" size="3"/> <html:input name="server.biffMinutes" type="text" size="3"/>
<html:spacer/>&biffEnd.label; &biffEnd.label;
</html:div> </html:div>
</box> </box>
<tabcontrol flex="100%"> <tabcontrol flex="100%">
@ -65,9 +64,8 @@
<box align="vertical" flex="100%"> <box align="vertical" flex="100%">
<html:div> <html:div>
<html:input name="nntp.notifyOn" type="checkbox"/>&maxMessagesStart.label; <html:input name="nntp.notifyOn" type="checkbox"/>&maxMessagesStart.label;
<html:spacer/>
<html:input name="nntp.maxArticles" type="text" size="6"/> <html:input name="nntp.maxArticles" type="text" size="6"/>
<html:spacer/>&maxMessagesEnd.label; &maxMessagesEnd.label;
</html:div> </html:div>
</box> </box>
<!-- None --> <!-- None -->