[web2py] Re: new welcome app - need help with css

2011-11-11 Thread Paolo Caruccio
Anthony, since IE (any version), in some circumstances, has a behavior different from other browsers, we need to detect it in css rules. So any solution is good. Paolo

[web2py] Re: new welcome app - need help with css

2011-11-11 Thread Massimo Di Pierro
new versions: http://tests.web2py.com/examples http://tests.web2py.com/welcome thanks Anthony for the hard work. (I disabled mobile detection menu because I have not updated the libs yet) On Nov 11, 5:58 am, Paolo Caruccio paolo.carucci...@gmail.com wrote: Anthony, since IE (any version), in

Re: [web2py] Re: new welcome app - need help with css

2011-11-11 Thread Furqan Rauf
Massimo can you tell me how to design a website, do I have to be a graphic designer to throw a nice little template? On Fri, Nov 11, 2011 at 10:50 AM, Massimo Di Pierro massimo.dipie...@gmail.com wrote: new versions: http://tests.web2py.com/examples http://tests.web2py.com/welcome thanks

Re: [web2py] Re: new welcome app - need help with css

2011-11-11 Thread Anthony
On Friday, November 11, 2011 12:27:19 PM UTC-5, Furqan wrote: Massimo can you tell me how to design a website, do I have to be a graphic designer to throw a nice little template? There are lots of free templates, CSS frameworks, and front-end boilerplates out there. And if you've got a few

Re: [web2py] Re: new welcome app - need help with css

2011-11-11 Thread Ismael Serratos
Congrats!!! I just got in love of the new tempalte! Wow, beautiful!!! When could we test it? On Fri, Nov 11, 2011 at 12:19 PM, Anthony abasta...@gmail.com wrote: On Friday, November 11, 2011 12:27:19 PM UTC-5, Furqan wrote: Massimo can you tell me how to design a website, do I have

Re: [web2py] Re: new welcome app - need help with css

2011-11-11 Thread Anthony
On Friday, November 11, 2011 3:31:48 PM UTC-5, Ialejandro wrote: Congrats!!! I just got in love of the new tempalte! Wow, beautiful!!! When could we test it? It should be in trunk: http://code.google.com/p/web2py/source/checkout Anthony

[web2py] Re: new welcome app - need help with css

2011-11-10 Thread Paolo Caruccio
Anthony you're right. the class .columns is Skeleton. I repeated the case indicated by Massimo without modify other than static/css/ web2py.css (the html code is generated automatically from web2py). The ugly layout depended on the width of the table (containing web2py_grid) inserted in

[web2py] Re: new welcome app - need help with css

2011-11-10 Thread Anthony
OK, then I assume it's safe to remove the .columns references, right? That way it will still work when not using Skeleton. Anthony On Thursday, November 10, 2011 4:18:12 AM UTC-5, Paolo Caruccio wrote: Anthony you're right. the class .columns is Skeleton. I repeated the case indicated by

[web2py] Re: new welcome app - need help with css

2011-11-10 Thread Paolo Caruccio
We still need to identify the div container to prevent the CSS rules apply to generic tags (such as table and div). In the case under discussion, I used div.columns because it already existed in the html layout. I noticed that the table is inside another div generic. We could give a identities

[web2py] Re: new welcome app - need help with css

2011-11-10 Thread Anthony
On Thursday, November 10, 2011 7:50:01 AM UTC-5, Paolo Caruccio wrote: We still need to identify the div container to prevent the CSS rules apply to generic tags (such as table and div). In the case under discussion, I used div.columns because it already existed in the html layout. I

[web2py] Re: new welcome app - need help with css

2011-11-10 Thread Paolo Caruccio
Other css rules are related to the specific case and override the general css rules applied to web2py_grid. But I'm agreed with you: the best solution is to give a class or an id to the container div. Paolo

[web2py] Re: new welcome app - need help with css

2011-11-10 Thread Paolo Caruccio
Anthony, I made some tests after your observations. (web2py Version 1.99.3 (2011-11-08 22:28:53) dev last trunk) What do you think about the following: .web2py_console {position: relative;} /* for #w2p_query_panel positioning */ #web2py_keywords{margin:0 5px;min-width:390px;width:62%;}

[web2py] Re: new welcome app - need help with css

2011-11-10 Thread Anthony
On Thursday, November 10, 2011 7:30:38 PM UTC-5, Paolo Caruccio wrote: .web2py_console {position: relative;} /* for #w2p_query_panel positioning */ #web2py_keywords{margin:0 5px;min-width:390px;width:62%;} #w2p_query_panel{width:99%;} #w2p_query_panel input, #w2p_query_panel

[web2py] Re: new welcome app - need help with css

2011-11-09 Thread Paolo Caruccio
Please try this for problem #2 (tested on windows7 IE9, Chrome 15.0.874.106, FF8.0, Opera 11.52, web2py 1.99.3 2011-11-08 22:28:53 dev) .web2py_console {position: relative;} .columns table{width:100%;} .columns table td:last-child{width:100%;} .columns table

[web2py] Re: new welcome app - need help with css

2011-11-09 Thread Anthony
On Wednesday, November 9, 2011 6:41:40 PM UTC-5, Paolo Caruccio wrote: Please try this for problem #2 (tested on windows7 IE9, Chrome 15.0.874.106, FF8.0, Opera 11.52, web2py 1.99.3 2011-11-08 22:28:53 dev) .web2py_console {position: relative;} .columns table{width:100%;} .columns