mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-01-29 17:40:42 +00:00
Fix hr sizing (put in div tag). Try to flex the tree.
This commit is contained in:
parent
08385d293e
commit
e21c7c28ba
@ -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%"/>
|
||||
|
Loading…
x
Reference in New Issue
Block a user