[web2py] Re: bootstrap carousel web2py Nightly build

2012-06-24 Thread Paolo Caruccio
LightDot, thank you. Il giorno sabato 23 giugno 2012 04:38:47 UTC+2, LightDot ha scritto: > > Hi Paolo, > > you're quite right about the amount of work needed to spot and properly > resolve such css collisions. There are quite a few left too... I'm working > on several projects using Bootstrap a

[web2py] Re: bootstrap carousel web2py Nightly build

2012-06-22 Thread LightDot
Hi Paolo, you're quite right about the amount of work needed to spot and properly resolve such css collisions. There are quite a few left too... I'm working on several projects using Bootstrap and dev web2py, so I needed a tool to let me anticipate possible problems. I made a simple plugin out

[web2py] Re: bootstrap carousel web2py Nightly build

2012-06-20 Thread Paolo Caruccio
@Andrew Yes. We could change the file, currently named bootswatch.css, to automatize bootstrap carousel in web2py, but next time, when we will found an incompatibility between bootstrap.min.css and web2py.css, we will have to update again bootswatch.css. I don't think that it's good thing - in

Re: [web2py] Re: bootstrap carousel web2py Nightly build

2012-06-19 Thread Andrew
Hi Paolo, Does something need to be added to the standard css files (bootswatch.css or whatever we call it) for this ? On Wednesday, June 20, 2012 8:16:36 AM UTC+12, dundee wrote: > > Thanks for the replies. That fixed worked for me Paolo. > > > On Tue, Jun 19, 2012 at 2:59 PM, LightDot wrote: >

Re: [web2py] Re: bootstrap carousel web2py Nightly build

2012-06-19 Thread Kevin Miller
Thanks for the replies. That fixed worked for me Paolo. On Tue, Jun 19, 2012 at 2:59 PM, LightDot wrote: > I was too quick to comment and too optimistic :) > > It seems Bootstrap's css will need to be further tested for collisions > with current web2py css code. I'm using Carousel myself but di

[web2py] Re: bootstrap carousel web2py Nightly build

2012-06-19 Thread LightDot
I was too quick to comment and too optimistic :) It seems Bootstrap's css will need to be further tested for collisions with current web2py css code. I'm using Carousel myself but didn't notice the problem because I have never enabled the controls... Regards On Tuesday, June 19, 2012 9:35:42 P

[web2py] Re: bootstrap carousel web2py Nightly build

2012-06-19 Thread Paolo Caruccio
I'm building an app trying carousel feature and I met the same your issue. My solution (note style stayement): › Maybe you should adapt the width to your necessity. Il giorno martedì 19 giugno 2012 19:25:07 UTC+2, dundee ha scritto: > > Hey all, > > Anyone trying to use carousel in web2py nig

[web2py] Re: bootstrap carousel web2py Nightly build

2012-06-19 Thread LightDot
There was a very recent change from using .icon-chevron-right to using .chevron-right in web2py itself and this might be your issue. You could test quickly by commenting out the .icon-chevron-right section in bootswatch.css. This will affect other things, so just test if it fixes the Carousel