Great.
What about layout.html ? I just try to remove bootstrap dependencies...
Or grid?




On Monday, 21 November 2016 16:19:21 UTC+1, eric cuver wrote:
>
> I use w3 css it works well with web2py and cordova for mobile
>
> eg: for custum login
>
> {{=form.custom.begin}}
> <br>
> <label class="w3-text-orange w3-tangerine w3-xlarge">Email</label>
> {{form.custom.widget.email['_class']='w3-input w3-tangerine w3-large'}}
> {{=form.custom.widget.email}}
> <br>
> <label class="w3-text-orange w3-tangerine w3-xlarge">Mots de passe</label>
> {{form.custom.widget.password['_class']='w3-input w3-tangerine '}}
> <br>
> {{=form.custom.widget.password}}
> {{form.custom.widget.remember_me['_checked']= 'true'}}
> <br>
>  <div> {{=form.custom.widget.remember_me}}</div>
> {{form.custom.submit['_class']= 'w3-btn w3-center w3-btn w3-xlarge 
> w3-blue'}}
> {{form.custom.submit['_id']= 'valide'}}
> {{form.custom.submit['_value']= 'validez'}}
> <div class="w3-container w3-center">
> {{=form.custom.submit}}
> </div>
> {{=form.custom.end}}
>
>
> Le lundi 21 novembre 2016 13:17:41 UTC+1, Mirek Zvolský a écrit :
>>
>> not web2py, but looks interesting.
>>
>> http://www.w3schools.com/w3css/default.asp
>>
>> On mobile pages load instantly. In oposite to bootstrap3.
>>
>> Does somebody use it ?
>>
>>
>>

-- 
Resources:
- http://web2py.com
- http://web2py.com/book (Documentation)
- http://github.com/web2py/web2py (Source code)
- https://code.google.com/p/web2py/issues/list (Report Issues)
--- 
You received this message because you are subscribed to the Google Groups 
"web2py-users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to web2py+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to