[web2py] Re: Bootstrap icons don't work with latest web2py?

2014-12-23 Thread DJ
I'm having trouble seeing the icons on the admin page - I also downloaded the latest version from the website: 2.9.11-stable+timestamp.2014.09.15.23.35.11 http://web2py.com/init/default/download Has it been fixed? Thanks for your help! -Sebastian On Monday, September 22, 2014 11:26:31 AM

[web2py] Re: Bootstrap icons don't work with latest web2py?

2014-09-22 Thread Sif Baksh
How do I download the fix, I just upgraded to version 2.9.11-stable+timestamp.2014.09.15.23.35.11 Do I need to download a file? Sorry very new to web2py and was testing glyphicons today Thanks, Sif On Saturday, September 22, 2012 9:24:12 AM UTC-6, Massimo Di Pierro wrote: Just fixed in

[web2py] Re: Bootstrap icons don't work with latest web2py?

2012-09-22 Thread LightDot
I took a closer look and it seems that this is caused by the css comments in the latest web2py_bootstrap.css commit. The /* */ style is the only valid comment style for css, // isn't. I reported it. Regards, Ales On Saturday, September 22, 2012 2:43:10 AM UTC+2, LightDot wrote: Same issue

[web2py] Re: Bootstrap icons don't work with latest web2py?

2012-09-22 Thread Massimo Di Pierro
Just fixed in trunk. Sorry my fault. On Saturday, 22 September 2012 01:51:13 UTC-5, LightDot wrote: I took a closer look and it seems that this is caused by the css comments in the latest web2py_bootstrap.css commit. The /* */ style is the only valid comment style for css, // isn't. I

[web2py] Re: Bootstrap icons don't work with latest web2py?

2012-09-21 Thread Paolo Caruccio
please put glyphicons-*.png in static/images folder and check that in web2py_bootstrap.css there are the following rules: /* right folder for bootstrap black images/icons */ [class^=icon-],[class*= icon-]{ background-image:url(../images/glyphicons-halflings.png) } /* right folder for bootstrap

[web2py] Re: Bootstrap icons don't work with latest web2py?

2012-09-21 Thread LightDot
Same issue here, I think. I stay closer to latest trunk so I know this just happened now... the last commit to web2py_bootstrap.css seems to be it, which is just a code cleanup. Probably just a typo somewhere but I don't have time to look into the details until tomorrow. Alec, if you take the