Fix hr sizing (put in div tag). Try to flex the tree.

This commit is contained in:
slamm%netscape.com 1999-08-19 22:04:24 +00:00
Родитель e539f94ae3
Коммит 4f4444370d
2 изменённых файлов: 20 добавлений и 8 удалений

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

@ -37,7 +37,9 @@
&sidebar.customize.title.label;
</html:div>
<html:hr />
<html:div>
<html:hr />
</html:div>
<html:div class="subtitle">
&sidebar.customize.current.label;
@ -66,7 +68,9 @@
</box>
<html:hr/>
<html:div>
<html:hr />
</html:div>
<html:div class="subtitle">
&sidebar.customize.additional.label;
@ -76,7 +80,7 @@
<!-- datasources="chrome://sidebar/content/sidebar-registry.rdf"-->
<tree id="other-panels"
<tree id="other-panels" flex='100%'
datasources="resource:/chrome/sidebar/content/default/sidebar-registry.rdf"
onclick="selected()"
ref="NC:SidebarRoot" >
@ -110,7 +114,9 @@
</box>
<html:hr/>
<html:div>
<html:hr />
</html:div>
<box align="horizontal">
<spring flex="48%"/>

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

@ -37,7 +37,9 @@
&sidebar.customize.title.label;
</html:div>
<html:hr />
<html:div>
<html:hr />
</html:div>
<html:div class="subtitle">
&sidebar.customize.current.label;
@ -66,7 +68,9 @@
</box>
<html:hr/>
<html:div>
<html:hr />
</html:div>
<html:div class="subtitle">
&sidebar.customize.additional.label;
@ -76,7 +80,7 @@
<!-- datasources="chrome://sidebar/content/sidebar-registry.rdf"-->
<tree id="other-panels"
<tree id="other-panels" flex='100%'
datasources="resource:/chrome/sidebar/content/default/sidebar-registry.rdf"
onclick="selected()"
ref="NC:SidebarRoot" >
@ -110,7 +114,9 @@
</box>
<html:hr/>
<html:div>
<html:hr />
</html:div>
<box align="horizontal">
<spring flex="48%"/>