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-06 21:09:45 -08:00
Родитель 3498a4e2ad
Коммит daa4e15d2d
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;
}