After finally figuring out how to get the CSS for the admin generator  
I am really bothered by the way the HTML/CSS is set up.

I have a very simple layout that I created. 2 pixel solid red border  
around any content generated by symfony

<html>
<body>
<div id="page-doc" style="border: 2px solid red;">
<?php echo $sf_content ?>
</div>
</body>
</html>

I go to a admin generated page.  When I view the page.  Instead of my  
red border going around the entire admin generator page.  The table  
part that lists users (in the case of sfGuard) stays within the red  
border, but the filters (which I want to leave on) extends below the  
borders?  Why would you make such a poor design decision for simple  
HTML.  This would force someone to do something with a template that  
they may not want to do.  Not all sites have fixed heights, and many  
people code so that the template grows with the length of the  
template, but because the HTML/CSS is set up in the manner that it is,  
it makes this impossible.  I've tried everything I know with CSS to  
get the border to expand around the filters and have been unable to  
successfully get my border around the filter table.  I'll admit I'm  
not a CSS expert, but I shouldn't have to be.

James


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

Reply via email to