Follow-up fix for bug 489958, using the same hack for gnomestripe as was used for pinstripe

This commit is contained in:
Dão Gottwald 2009-05-22 10:58:32 +02:00
parent bfc6a81340
commit 73d48e2fe4

View File

@ -86,6 +86,13 @@
-moz-margin-end: 0;
}
/* Without this a useless scrollbar appears in the listbox when its rows
attribute is set to the total number of listitems, as it is currently. See
bug 489958 comment 14 and bug 491788. */
#itemList > listitem {
padding: 1px 0;
}
/* Align the last dialog button with the end of the warning box */
.prefWindow-dlgbuttons {