Your solution seems solid and thanks for posting it (didn't knew you can 
do that)

there is also the !important keyword in css files that causes later css 
rules not to overlap your value.

e.g.
div {
    width:200px !important
}

James wrote:
> Figured it out, created a view.yml in the modules config directory and  
> then
>
> default:
>       stylesheets:    [main: { position: last }]
>
> Just for the record in case anyone else gets stumped on this.
>
> James
>
>
> On Feb 2, 2008, at 12:15 AM, James wrote:
>
>   
>> OK, so I created an admin page using the generator.  I have a  
>> "admin_double_list" working.   The problem is it's not wide enough  
>> to display all the data so it's not readable.  I tried changing the  
>> width in main.css, the problem.  is that  the "sf_admin"  css  
>> overwrite it.  I tried putting a  "<?php echo  
>> stylesheet_tag('style'); ?>"  and it puts my stylesheet before both  
>> the sf_admin css file and the main css file.
>>
>> How do I get my css file at the bottom of the list?
>>
>> Thanks,
>> James
>>     
>
>
> >
>
>   


--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"symfony users" 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/symfony-users?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to