зеркало из https://github.com/mozilla/pjs.git
minor aesthetic changes on advice of ben goodger
This commit is contained in:
Родитель
11be5d0b0f
Коммит
f663a87d16
|
@ -19,11 +19,12 @@
|
||||||
|
|
||||||
<box align="horizontal" flex="100%" style="padding: 10px">
|
<box align="horizontal" flex="100%" style="padding: 10px">
|
||||||
<box align="vertical" flex="25%">
|
<box align="vertical" flex="25%">
|
||||||
<html:div style="border-style:inset;width:100px;height:100px" flex="100%">
|
<html:div style="width:100px;height:100px" flex="100%">
|
||||||
<tree rdf:datasources="rdf:msgaccountmanager"
|
<tree rdf:datasources="rdf:msgaccountmanager"
|
||||||
rdf:containment="http://home.netscape.com/NC-rdf#Settings"
|
rdf:containment="http://home.netscape.com/NC-rdf#Settings"
|
||||||
onselect="onAccountClick(event.target)" id="accounttree"
|
onselect="onAccountClick(event.target)" id="accounttree"
|
||||||
style="height: 100%"
|
style="height: 100%"
|
||||||
|
class="inset"
|
||||||
ref="msgaccounts:/">
|
ref="msgaccounts:/">
|
||||||
<template>
|
<template>
|
||||||
<rule>
|
<rule>
|
||||||
|
@ -33,31 +34,11 @@
|
||||||
<treerow >
|
<treerow >
|
||||||
<treecell indent="true" value="rdf:http://home.netscape.com/NC-rdf#Name"/>
|
<treecell indent="true" value="rdf:http://home.netscape.com/NC-rdf#Name"/>
|
||||||
</treerow>
|
</treerow>
|
||||||
<!--
|
|
||||||
<treechildren>
|
|
||||||
<treeitem>
|
|
||||||
<treerow>
|
|
||||||
<treecell value="a"/>
|
|
||||||
</treerow>
|
|
||||||
</treeitem>
|
|
||||||
<treeitem>
|
|
||||||
<treerow>
|
|
||||||
<treecell value="b"/>
|
|
||||||
</treerow>
|
|
||||||
</treeitem>
|
|
||||||
<treeitem>
|
|
||||||
<treerow>
|
|
||||||
<treecell value="c"/>
|
|
||||||
</treerow>
|
|
||||||
</treeitem>
|
|
||||||
</treechildren>
|
|
||||||
-->
|
|
||||||
</treeitem>
|
</treeitem>
|
||||||
</treechildren>
|
</treechildren>
|
||||||
</rule>
|
</rule>
|
||||||
</template>
|
</template>
|
||||||
|
|
||||||
<treecol style="width: 100%" rdf:resource="http://home.netscape.com/NC-rdf#Name"/>
|
|
||||||
<treehead>
|
<treehead>
|
||||||
</treehead>
|
</treehead>
|
||||||
|
|
||||||
|
@ -99,6 +80,6 @@
|
||||||
</tabcontrol>
|
</tabcontrol>
|
||||||
</box>
|
</box>
|
||||||
</box>
|
</box>
|
||||||
<html:hr/>
|
<html:div class="separator" align="horizontal"/>
|
||||||
<box id="okCancelButtons"/>
|
<box id="okCancelButtons"/>
|
||||||
</window>
|
</window>
|
||||||
|
|
Загрузка…
Ссылка в новой задаче