/*
 ___________________________________________________________________________
|                  |                                                        |
|          Title:  |  Center the Add-ons (Extensions) Window's Tab Buttons  |
|    Description:  |  Center Aligns Tab Icons on the Firefox Addons popup   |
|         Author:  |  -=Ben=-                                               |
|   Date Created:  |  June 4, 2008                                          |
|   Last Updated:  |  August 7, 2008                                        |
|        Version:  |  1.0.0.1                                               |
|__________________|________________________________________________________|


*/


@namespace url(http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul);




/* Center the Add-ons (Extensions) panel's main tabs: */
.viewSelector 
{
  -moz-box-pack: center !important;
}