@namespace url(http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul);
#extensionsView richlistitem {
  padding-bottom: 3px !important;
  padding-top: 3px !important;
}
#extensionsView richlistitem:not([selected=true]) .addonIcon,
#extensionsView richlistitem:not([selected=true]) .addonIcon > *{
  height: 16px !important;
  width: 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;
}

/* theme (vertical) */
#extensionsBox > hbox:not([id]){
 -moz-box-orient: vertical;
}