Bug 1112688 - Height of Search pane preferences window too small in some localizations, hiding the 'Add more search engines' link, r=Gijs.

This commit is contained in:
Florian Quèze 2014-12-22 15:03:51 +01:00
Родитель 1e0fcf0354
Коммит 1c46d4bfcd
4 изменённых файлов: 19 добавлений и 1 удалений

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

@ -80,7 +80,7 @@
<separator class="thin"/>
<hbox pack="start" style="margin-bottom: 1em">
<hbox pack="start">
<label id="addEngines" class="text-link" value="&addMoreSearchEngines.label;"
onclick="if (event.button == 0) { Services.wm.getMostRecentWindow('navigator:browser').BrowserSearch.loadAddEngines(); }"/>
</hbox>

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

@ -6,6 +6,12 @@
height: 16px;
}
/* Reserve space so that localized labels can wrap without hiding the
'add more engines' link at the bottom. See bug 1112688. */
#oneClickSearchProvidersGroup {
margin-bottom: 3em;
}
/* work around a display: none in Linux's menu.css, see bug 1112310 */
.searchengine-menuitem > .menu-iconic-left {
display: -moz-box;

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

@ -6,6 +6,12 @@
height: 16px;
}
/* Reserve space so that localized labels can wrap without hiding the
'add more engines' link at the bottom. See bug 1112688. */
#oneClickSearchProvidersGroup {
margin-bottom: 3em;
}
#engineList {
margin: .5em 6px;
}

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

@ -6,6 +6,12 @@
height: 16px;
}
/* Reserve space so that localized labels can wrap without hiding the
'add more engines' link at the bottom. See bug 1112688. */
#oneClickSearchProvidersGroup {
margin-bottom: 3em;
}
#engineList {
margin: .5em 6px;
}