I would create a my_application.css file in the static folder of my
application containing the styles my app uses, e.g. your
'student_last_name'.

If it is not automatically picked up then include the following in
your app's layout.html or whatever you are using:

<link href="{{=URL(r=request,c='static',f=my_application.css')}}"
rel="stylesheet" type="text/css" charset="utf-8" />

I think the following also works but is not good if you might rename
your application:

<link href="/my_application/static/my_application.css"
rel="stylesheet" type="text/css" charset="utf-8" />

On Nov 7, 5:01 pm, "Wes James" <[EMAIL PROTECTED]> wrote:
> On Fri, Nov 7, 2008 at 9:55 AM, Wes James <[EMAIL PROTECTED]> wrote:
> > On Fri, Nov 7, 2008 at 9:51 AM, Wes James <[EMAIL PROTECTED]> wrote:
> >> On Fri, Nov 7, 2008 at 9:22 AM, Wes James <[EMAIL PROTECTED]> wrote:
> >>> On Thu, Nov 6, 2008 at 9:17 PM, mdipierro <[EMAIL PROTECTED]> wrote:
>
> >>>> length is the size of the database field. Nothing to do with
> >>>> presentation.
> >>>> Now say the table is called "person" and the field is called "name".
>
> >> Grahack on irc pointed me to the applications/app/cache folder, which
> >> mine did not have.  I created it and now the css change worked...
>
> >> -wj
>
> > That's weird.  The page html says
> > /plugin_t2/static/t2/styles/style.css  so i should be changing that??
>
> > do both work in style changes?
>
> > -wj
>
> in any case i just put in:
>
> input#student_last_name { .... } in the plugin_t2 css file and it works now!!
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"web2py Web Framework" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/web2py?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to