|
View:
New views
3 Messages
—
Rating Filter:
Alert me
|
|
|
Grails overrides my css styles when a layout is applied to .gspI have a page that renders correctly before applying a layout. However when I include the layout meta tag It changes my tabs and buttons to underlined text I took out all references to other .css files out of the main.gsp and it still changes the appearance. What is causing this behavior? (grails version 1.1.1) |
|
|
Re: Grails overrides my css styles when a layout is applied to .gspDo you define a base url in your layout file? If so, your css could be
pointing at the wrong place. It might also be bad placement of the layouthead tag, which overwrites the original CSS file. Easiest way to help you might be for you to post your view and your layout. On Mon, Nov 2, 2009 at 11:23 PM, krusek <krusek@...> wrote: > > > I have a page that renders correctly before applying a layout. However when > I include the layout meta tag It changes my tabs and buttons to underlined > text > > I took out all references to other .css files out of the main.gsp and it > still changes the appearance. > > What is causing this behavior? (grails version 1.1.1) > > -- > View this message in context: http://old.nabble.com/Grails-overrides-my-css-styles-when-a-layout-is-applied-to-.gsp-tp26157897p26157897.html > Sent from the grails - user mailing list archive at Nabble.com. > > > --------------------------------------------------------------------- > To unsubscribe from this list, please visit: > > http://xircles.codehaus.org/manage_email > > > --------------------------------------------------------------------- To unsubscribe from this list, please visit: http://xircles.codehaus.org/manage_email |
|
|
Re: Grails overrides my css styles when a layout is applied to .gsp
|
| Free embeddable forum powered by Nabble | Forum Help |