[wp-hackers] Admin CSS

Andy Staines andy at yellowswordfish.com
Sun Mar 30 11:50:27 GMT 2008


One minor complaint in the admin CSS from the point of view of writing  
plugins:

	#wpcontent select {
		font: 12px/20px "Lucida Grande", "Lucida Sans Unicode", Tahoma,  
Verdana, sans-serif;
		padding: 2px;
		border-width: 1px;
		border-style: solid;
		height: 2em;		<=======
		vertical-align:top;
	}

Having just spent a couple of hours trying to work out why my select  
boxes are suddenly ignoring their size setting.
This should have really been wrapped in a class.
Andy


More information about the wp-hackers mailing list