try changing font-style in web2py.css
from web2py/applications/admin/static/codemirror/theme.

Something like:

.cm-s-web2py {
  line-height: 1.40em;
  font-family: "sans-serif"; /* set your font style here */
}


2013/1/5 Teddy Nyambe <[email protected]>

> Thanks, what about the ide font in web2py how do u change it?
> On Jan 5, 2013 6:46 AM, "Christian Espinoza" <[email protected]> wrote:
>
>> Is easy use a custom form instead of {{=form}}, then you can control
>> where put your input fields...
>>
>> {{=form.custom.begin}}
>> Image name: <div>{{=form.custom.widget.name}}</div>
>> Image file: <div>{{=form.custom.widget.file}}</div>
>> Click here to upload: {{=form.custom.submit}}
>> {{=form.custom.end}}
>>
>> Reference:
>> http://web2py.com/books/default/chapter/29/07#Custom-forms
>> Christian.
>>
>>
>>
>> El viernes, 4 de enero de 2013 04:22:51 UTC-3, software.ted escribió:
>>>
>>> How do you change the order of the form after it has been created using:
>>>
>>> form = SQLFORM(db.table)
>>>
>>> Also how do you change the font of the web2py editor???
>>>
>>> --
>>> ..............................**..............................**
>>> ...........................
>>> Teddy Lubasi Nyambe
>>> Opensource Zambia
>>> Lusaka, ZAMBIA
>>>
>>> Cell: +260 97 7760473
>>> website: http://www.opensource.org.zm
>>>
>>> ~/
>>> Human Knowledge belongs to the world! - AntiTrust
>>>
>>> Man is a tool-using animal. Without tools he is nothing, with tools he
>>> is all - Thomas Carlyle 1795-1881
>>>
>>> /~
>>>
>>  --
>>
>>
>>
>>
>  --
>
>
>
>

-- 



Reply via email to