michael@0: /* This Source Code Form is subject to the terms of the Mozilla Public michael@0: * License, v. 2.0. If a copy of the MPL was not distributed with this michael@0: * file, You can obtain one at http://mozilla.org/MPL/2.0/. */ michael@0: michael@0: #description-image:not([src]) { michael@0: height: 32px; michael@0: width: 32px; michael@0: } michael@0: michael@0: richlistitem[type] { michael@0: min-height: 36px; /* Don't forget to update the richlistbox height! */ michael@0: -moz-padding-start: 2px; michael@0: } michael@0: michael@0: richlistitem { michael@0: -moz-box-align: center; michael@0: } michael@0: michael@0: richlistbox { michael@0: /* 3 items high, plus 4px for top and bottom margins, less 2px for border */ michael@0: min-height: 110px; michael@0: } michael@0: michael@0: .name { michael@0: font-weight: bold; michael@0: } michael@0: michael@0: .description { michael@0: color: GrayText; michael@0: }