/*
 _______________________________________________________________________
|                  |                                                    |
|          Title:  |  Compress Awesome Bar (Location Bar) on Firefox 3  |
|    Description:  |  Removes the Identity Button from the Fx3          |
|         Author:  |  -=Ben=-                                           |
|   Date Created:  |  June 16, 2008                                     |
|   Last Updated:  |  June 25, 2008                                     |
|        Version:  |  1.0.0.3                                           |
|__________________|____________________________________________________|

*/







@namespace url(http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul); 




#urlbar, dropmarker, .progress-bar, searchbar button
{
  padding: 0px !important;
  width: 0px !important;
  height: 19px !important;
  vertical-align:middle!important;
}

#urlbar > .autocomplete-history-dropmarker > .dropmarker-icon
{
  width:3px !important;
  height:2px !important;
}

#page-proxy-stack
{
  padding: 0px !important;
  width:14px !important ;
}















/*  OLD CODE:

#urlbar :not(dropmarker):not(.progress-bar), searchbar button 
{
  padding: 0px !important;
  width: 15px !important;
  height: 17px !important;
}

#urlbar > .autocomplete-history-dropmarker > .dropmarker-icon
{
  width:3px !important;
  height:2px !important;
}

*/