2007-07-25 21:24:25 -07:00
|
|
|
#description-image:not([src]) {
|
|
|
|
height: 32px;
|
|
|
|
width: 32px;
|
|
|
|
}
|
|
|
|
|
2007-12-03 13:43:33 -08:00
|
|
|
richlistitem[type] {
|
2007-07-25 21:24:25 -07:00
|
|
|
min-height: 36px; /* Don't forget to update the richlistbox height! */
|
2008-01-22 15:53:26 -08:00
|
|
|
-moz-padding-start: 2px;
|
2007-12-03 13:43:33 -08:00
|
|
|
}
|
|
|
|
|
|
|
|
richlistitem {
|
|
|
|
-moz-box-align: center;
|
2007-07-25 21:24:25 -07:00
|
|
|
}
|
|
|
|
|
|
|
|
richlistbox {
|
|
|
|
/* 3 items high, plus 4px for top and bottom margins, less 2px for border */
|
2007-12-03 13:43:33 -08:00
|
|
|
min-height: 110px;
|
2007-07-25 21:24:25 -07:00
|
|
|
}
|
2008-01-22 15:53:26 -08:00
|
|
|
|
|
|
|
.name {
|
|
|
|
font-weight: bold;
|
|
|
|
}
|
|
|
|
|
|
|
|
.description {
|
|
|
|
color: GrayText;
|
|
|
|
}
|