08/06/15 12:05:16 n2ejq8os0
>>85
userContent.css
#extensionsView richlistitem {
    padding-bottom: 3px !important;
    padding-top: 3px !important;
}
#extensionsView richlistitem:not([selected=true]) .addonIcon {
    height: 16px !important;
    width: 16px !important;
}
#extensionsView richlistitem:not([selected=true]) .addonIcon > image {
    max-width: 16px !important;
    max-height: 16px !important;
}
#extensionsView richlistitem:not([selected=true]) .addon-description {
    display: none !important;
}
#extensionsView richlistitem:not([selected=true]) .addon-name-version {
    height: 16px !important;
    width: 16px !important;
    min-height: 16px !important;
    min-width: 16px !important;
}
#viewGroup radio{
    min-width: 40px !important;
    width: 40px !important;
}
#viewGroup radio label{
    display: none !important;
}