Bug 344984: Make unknownContentType.xul dialog look better, patch by Michael Wu <michael.wu@mozilla.com>, r=mconnor, uir=beltzner

This commit is contained in:
gavin%gavinsharp.com 2006-07-28 06:23:49 +00:00
Родитель 2bbf94e1a3
Коммит c50d424807
3 изменённых файлов: 26 добавлений и 20 удалений

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

@ -65,27 +65,29 @@
<vbox flex="1" id="container">
<description>&intro.label;</description>
<separator class="thin"/>
<hbox align="center" class="small-indent">
<hbox align="start" class="small-indent">
<image id="contentTypeImage"/>
<description id="location" class="plain" crop="start" flex="1"/>
</hbox>
<separator class="thin"/>
<hbox align="center">
<label value="&whichIsA.label;" id="whichIsA"/>
<textbox id="type" class="plain" readonly="true" flex="1"/>
</hbox>
<hbox align="center">
<label value="&from.label;" id="from"/>
<description id="source" class="plain" crop="start" flex="1"/>
<vbox>
<description id="location" class="plain" crop="start" flex="1"/>
<separator class="thin"/>
<hbox align="center">
<label value="&whichIsA.label;" id="whichIsA"/>
<textbox id="type" class="plain" readonly="true" flex="1"/>
</hbox>
<hbox align="center">
<label value="&from.label;" id="from"/>
<description id="source" class="plain" crop="start" flex="1"/>
</hbox>
</vbox>
</hbox>
<separator class="thin"/>
<hbox align="center" id="basicBox" collapsed="true">
<label value="&unknownPromptText.label;" id="from"/>
<description id="source" class="plain" crop="start" flex="1"/>
</hbox>
<separator class="thin"/>
<groupbox flex="1" id="normalBox">
<caption label="&actionQuestion.label;"/>
<separator class="thin"/>

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

@ -17,10 +17,10 @@ description {
width: 16px;
}
#container > hbox {
margin-left: 12px;
}
#container > .small-indent {
margin-left: 0px;
}
}
.small-indent label {
margin-left: 0px;
}

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

@ -15,7 +15,11 @@
}
.small-indent {
margin-left: 15px;
margin-right: 15px;
-moz-margin-start: 15px;
-moz-margin-end: 15px;
}
.small-indent label {
-moz-margin-start: 0px;
}