Firefox - Add-ons - reduce size

Firefox - Add-ons - reduce size
552
*****
By ChoGGi
Last updated Jul 01 2008
47 installs this week, 616 total.

tested on ff2/3 and a few themes

changes icons size (radio/extension icons expand)
removes some padding/margins
shrinks extension list
removes radio label
adds border around radio icons
removes space below unselected items
changs the bottom borders to solid
changs update text to red
centers radio icons
moves version # to rightside
updated for Firefox 3

Firefox - Add-ons - Remove Incompatible Info
if you like the radio icons Firefox/Thunderbird - IconSets

@Selvan777 I don't think you can do that with css

Before
After

Install options

Feedback

Reviews

rio said on Aug 03 2007

Thanks ChoGGi!! The color is changed! :) *****

Selvan777 said on Jan 26 2007

Great job.

When you open the add-ons window it remembers the last selected add-on, could you make it so when you click on an empty spot in the list it forgets the last add-on you selected?

Felix said on Jan 17 2007

great work!

here is my mod:

@namespace

url(http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul);@-moz-document

url-prefix(chrome://mozapps/content/extensions){
/*resize icons*/
/*
richlistitem .addonIcon,#viewGroup

.viewButtonIcon,#commandBarBottom>button>hbox>image{width:50px!important;height:50px!i

mportant}
*/
/*hide info*/
#viewGroup .viewButtonLabel,richlistitem .addon-description{display:none!important}
/*remove margins/padding*/
#addonsMsg *,#topStackBar *{margin:0!important;padding:0!important}
/*border around radio icons*/
#viewGroup>radio{min-width:16px!important;border:solid 0px highlight!important}
/*center radio icons*/
#viewGroup{display:-moz-box!important;-moz-box-pack:center!important}
/*border between extensions*/
#extensionsView richlistitem{min-height:0!important;border-style:dashed 1px

#000!important}
/*red no updates msg*/
#extensionsView richlistitem description:not([value$="..."]){color:red!important}
/*on mouseover change radio icon size*/
/*
#viewGroup:hover

radio{-moz-binding:url(chrome://global/content/bindings/button.xml#button)!important}
*/
/*resize extension icon when selected*/
#extensionsView richlistitem[selected="true"]

.addonIcon{width:auto!important;height:auto!important}
} *****