зеркало из https://github.com/mozilla/pjs.git
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:
Родитель
2bbf94e1a3
Коммит
c50d424807
|
@ -65,27 +65,29 @@
|
||||||
<vbox flex="1" id="container">
|
<vbox flex="1" id="container">
|
||||||
<description>&intro.label;</description>
|
<description>&intro.label;</description>
|
||||||
<separator class="thin"/>
|
<separator class="thin"/>
|
||||||
<hbox align="center" class="small-indent">
|
<hbox align="start" class="small-indent">
|
||||||
<image id="contentTypeImage"/>
|
<image id="contentTypeImage"/>
|
||||||
<description id="location" class="plain" crop="start" flex="1"/>
|
<vbox>
|
||||||
</hbox>
|
<description id="location" class="plain" crop="start" flex="1"/>
|
||||||
<separator class="thin"/>
|
<separator class="thin"/>
|
||||||
<hbox align="center">
|
<hbox align="center">
|
||||||
<label value="&whichIsA.label;" id="whichIsA"/>
|
<label value="&whichIsA.label;" id="whichIsA"/>
|
||||||
<textbox id="type" class="plain" readonly="true" flex="1"/>
|
<textbox id="type" class="plain" readonly="true" flex="1"/>
|
||||||
</hbox>
|
</hbox>
|
||||||
<hbox align="center">
|
<hbox align="center">
|
||||||
<label value="&from.label;" id="from"/>
|
<label value="&from.label;" id="from"/>
|
||||||
<description id="source" class="plain" crop="start" flex="1"/>
|
<description id="source" class="plain" crop="start" flex="1"/>
|
||||||
|
</hbox>
|
||||||
|
</vbox>
|
||||||
</hbox>
|
</hbox>
|
||||||
|
|
||||||
|
<separator class="thin"/>
|
||||||
|
|
||||||
<hbox align="center" id="basicBox" collapsed="true">
|
<hbox align="center" id="basicBox" collapsed="true">
|
||||||
<label value="&unknownPromptText.label;" id="from"/>
|
<label value="&unknownPromptText.label;" id="from"/>
|
||||||
<description id="source" class="plain" crop="start" flex="1"/>
|
<description id="source" class="plain" crop="start" flex="1"/>
|
||||||
</hbox>
|
</hbox>
|
||||||
|
|
||||||
<separator class="thin"/>
|
|
||||||
|
|
||||||
<groupbox flex="1" id="normalBox">
|
<groupbox flex="1" id="normalBox">
|
||||||
<caption label="&actionQuestion.label;"/>
|
<caption label="&actionQuestion.label;"/>
|
||||||
<separator class="thin"/>
|
<separator class="thin"/>
|
||||||
|
|
|
@ -17,10 +17,10 @@ description {
|
||||||
width: 16px;
|
width: 16px;
|
||||||
}
|
}
|
||||||
|
|
||||||
#container > hbox {
|
|
||||||
margin-left: 12px;
|
|
||||||
}
|
|
||||||
|
|
||||||
#container > .small-indent {
|
#container > .small-indent {
|
||||||
margin-left: 0px;
|
margin-left: 0px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.small-indent label {
|
||||||
|
margin-left: 0px;
|
||||||
|
}
|
||||||
|
|
|
@ -15,7 +15,11 @@
|
||||||
}
|
}
|
||||||
|
|
||||||
.small-indent {
|
.small-indent {
|
||||||
margin-left: 15px;
|
-moz-margin-start: 15px;
|
||||||
margin-right: 15px;
|
-moz-margin-end: 15px;
|
||||||
|
}
|
||||||
|
|
||||||
|
.small-indent label {
|
||||||
|
-moz-margin-start: 0px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Загрузка…
Ссылка в новой задаче