Bug 556875 - Menulist options for Preferences Start Page stretch much too far [r=mark.finkle]

This commit is contained in:
Vivien Nicolas 2010-04-05 10:40:06 -04:00
Родитель 9b50e269ac
Коммит ec66f1339a
3 изменённых файлов: 6 добавлений и 2 удалений

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

@ -461,8 +461,8 @@
</vbox>
<!-- options dialog for select form field -->
<vbox id="select-container" hidden="true">
<vbox id="select-container-inner" class="dialog-dark" flex="1">
<vbox id="select-container" hidden="true" pack="center">
<vbox id="select-container-inner" class="dialog-dark">
<scrollbox id="select-list" flex="1" orient="vertical"/>
<hbox id="select-buttons" pack="center">
<button id="select-buttons-done" class="button-dark" label="&formHelper.done;" oncommand="SelectHelper.close();"/>

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

@ -1016,6 +1016,7 @@ pageaction .pageaction-desc[value=""] {
-moz-border-radius-bottomright: 0;
-moz-border-radius-bottomleft: 0;
padding: 8px 4px 8px 4px;
-moz-box-flex: 1;
}
#form-helper-container > #select-container > #select-container-inner,
@ -1100,6 +1101,7 @@ pageaction .pageaction-desc[value=""] {
padding: 5px;
border-bottom: 1px solid rgb(207,207,207);
min-height: 70px; /* row size */
max-height: 70px; /* row size */
-moz-box-align: center;
}

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

@ -694,6 +694,7 @@ pageaction .pageaction-desc[value=""] {
-moz-border-radius-bottomleft: 0;
padding: 0.75mm 0.25mm 0.75mm 0.25mm;
border-bottom: 0;
-moz-box-flex: 1;
}
#form-helper-container > #select-container > #select-container-inner,
@ -778,6 +779,7 @@ pageaction .pageaction-desc[value=""] {
padding: 5px;
border-bottom: 1px solid rgb(207,207,207);
min-height: 7.2mm; /* row size */
max-height: 7.2mm; /* row size */
-moz-box-align: center;
}