Bug 394299 - UI to provide access to extension options from app options cut off (also fixes bug 393945). r=mano

This commit is contained in:
rob_strong%exchangecode.com 2007-11-07 05:12:30 +00:00
Родитель 309d45d5e2
Коммит a408e6688f
1 изменённых файлов: 6 добавлений и 0 удалений

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

@ -264,3 +264,9 @@ filefield[disabled="true"] .fileFieldIcon {
#chooseClientAppCell {
-moz-padding-end: 12px;
}
/* bottom-most box containing a groupbox in a prefpane. Prevents the bottom
of the groupbox from being cutoff */
.bottomBox {
padding-bottom: 2px;
}