[web2py] Re: Radio Buttons layout problem with trunk

2014-01-25 Thread Jeremy Field
Thanks Pablo. I think another two lines dealing with input[type='checkbox'] are also needed. Regards, Jeremy On Friday, 19 July 2013 01:51:15 UTC+10, Paolo Caruccio wrote: > > Please put the following code in your custom css file (or in the bottom of > web2py_bootstrap.css if you are using the

Re: [web2py] Re: Radio Buttons layout problem with trunk

2013-07-22 Thread Johann Spies
Paolo and Massimo, Thank you very much for correcting this in the trunk. Regards Johann On 18 July 2013 18:46, Massimo Di Pierro wrote: > Thanks! :-) > > > On Thursday, 18 July 2013 11:16:12 UTC-5, Paolo Caruccio wrote: >> >> I answered to a specific question but you are right: the code shoul

[web2py] Re: Radio Buttons layout problem with trunk

2013-07-18 Thread Massimo Di Pierro
Thanks! :-) On Thursday, 18 July 2013 11:16:12 UTC-5, Paolo Caruccio wrote: > > I answered to a specific question but you are right: the code should go in > web2py_bootstrap.css in order to solve the conflict. Anyway we have to > check that the patch doesn't break anything else. Therefore please

[web2py] Re: Radio Buttons layout problem with trunk

2013-07-18 Thread Paolo Caruccio
I answered to a specific question but you are right: the code should go in web2py_bootstrap.css in order to solve the conflict. Anyway we have to check that the patch doesn't break anything else. Therefore please give me a bit of the time and I will open an issue ticket on the issue tracker tog

[web2py] Re: Radio Buttons layout problem with trunk

2013-07-18 Thread Massimo Di Pierro
Should this go in web2py_bootstrap.css? On Thursday, 18 July 2013 10:51:15 UTC-5, Paolo Caruccio wrote: > > Please put the following code in your custom css file (or in the bottom of > web2py_bootstrap.css if you are using the welcome app scaffolding): > > .generic-widget input[type='radio'] {mar

[web2py] Re: Radio Buttons layout problem with trunk

2013-07-18 Thread Paolo Caruccio
Please put the following code in your custom css file (or in the bottom of web2py_bootstrap.css if you are using the welcome app scaffolding): .generic-widget input[type='radio'] {margin:-1px 0 0 0; vertical-align:middle ;} .generic-widget input[type='radio'] + label {display:inline-block; margin