Hi Gary,

I've reviewed the contributed css and made the following modifications. 

renamed to match the rest of the fss flexible containers (.e.g. 
.fl-container-flex1)
removed the display: inline and float: left
didn't use the IE 7 hack (this seems to be related to sub-pixel rounding and is 
likely something that could happen with any combination of flex styles 
depending on the size of the browser window)

I've pushed these into the project repo. 
https://github.com/fluid-project/infusion/commit/a06ef22e3b3d6c5544d0a9e400ca7a8c2d67c8d2

Thanks
Justin

On 2011-03-11, at 1:04 PM, Gary Thompson wrote:

> Justin,
> 
> 1. We found that in uPortal in IE7, when we had two columns both set to 50%, 
> the second column would get bumped down below the first column instead of 
> being side-by-side. Other factors in uPortal may have been contributing to 
> the issue, but in testing, the only consitent fix was to set IE7's 50-50 to 
> really be 49-49.
> 2. I copied directly what was in uPortal, and I should have removed the float 
> and display declarations. It's a hold-over from an early implementation where 
> we folded in the declarations on ".fl-col". I think in uPortal we wanted to 
> not have the padding and margins applied by the .fl-col-flex2 > .fl-col 
> setup, and uPortal was going to use them specifically as columns not just 
> container widths. Does that make sense? At any rate, for inclusion in FSS, go 
> ahead and drop the float and display declarations.
> 
> Gary
> 
> ----- Original Message -----
> From: "Justin Obara" <[email protected]>
> To: "Gary Thompson" <[email protected]>
> Cc: "fluid-work" <[email protected]>
> Sent: Wednesday, March 9, 2011 2:44:03 PM GMT -07:00 U.S. Mountain Time 
> (Arizona)
> Subject: Re: FSS expanded flexible columns
> 
> Hi Gary,
> 
> Thanks for passing this along. 
> 
> I have a couple of questions. 
> 
> Pardon my CSS ignorance, but what is the IE hack needed for in .fl-col-flex50?
> Why do they all have float: left and display: inline? The ones in FSS seem to 
> just be setting the width. I'm wondering if we can break this apart somehow, 
> or if this was for a specific use case?
> 
> Thanks
> Justin
> 
> On 2011-03-08, at 11:38 AM, Gary Thompson wrote:
> 
> FSS'ers,
> 
> Regarding FLUID-4025, I've attached the expanded flexible columns that we've 
> been using in uPortal. Let me know what you think.
> 
> Gary
> <flexible-columns.css>
> 
> 

_______________________________________________________
fluid-work mailing list - [email protected]
To unsubscribe, change settings or access archives,
see http://fluidproject.org/mailman/listinfo/fluid-work

Reply via email to