Re: ERD2WMultiItemCustomComponent and CSS

2012-02-09 Thread Ramsey Gurley
; > did do anything but: > > span.PeoplePermissionsAttrVal input { > width: 75px; > } > > worked > > --- On Wed, 2/8/12, Ramsey Gurley wrote: > >> From: Ramsey Gurley >> Subject: Re: ERD2WMultiItemCustomComponent and CSS >> To: "Theodore Petrosky" >> Cc

Re: ERD2WMultiItemCustomComponent and CSS

2012-02-09 Thread Theodore Petrosky
> span.PeoplePermissionsAttrVal input { >     margin-right: 1em; > } > did do anything but: span.PeoplePermissionsAttrVal input {     width: 75px; } worked --- On Wed, 2/8/12, Ramsey Gurley wrote: > From: Ramsey Gurley > Subject: Re: ERD2WMultiItemCustomComponent and C

Re: ERD2WMultiItemCustomComponent and CSS

2012-02-08 Thread Ramsey Gurley
Never heard of that component :-) Try span.PeoplePermissionsAttrVal input { margin-right: 1em; } Ramsey On Feb 8, 2012, at 5:19 AM, Theodore Petrosky wrote: > I am using ERD2WMultiItemCustomComponent but have a problem targeting the > element's css. > > I don't know what else to say?

ERD2WMultiItemCustomComponent and CSS

2012-02-08 Thread Theodore Petrosky
I am using ERD2WMultiItemCustomComponent but have a problem targeting the element's css. I don't know what else to say? when I look at the web inspector in Safari, there don't appear to be any classes to hook onto? The first element has an id but the remaining elements have nothing. there is a