@namespace url(http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul);

/*****

Name: Firefox 3 Enlarge user-agent field in "about firefox" window [XUL]
Description: Allow direct and quick view of the user-agent field in the about box.
Author: Ze Thriller (green[dot]glopp[at]gmail[dot]com)
Last update: 18/05/2008

*****/

#aboutDialog
{
	padding-bottom: 2px !important;
	font-size: 65% !important;
}

#aboutDialog button[dlgtype="extra2"],
#aboutDialog button[dlgtype="accept"]
{
	margin-top: -1px !important;
	margin-bottom: 2px !important;
}