Created
March 2, 2010 16:38
-
-
Save jcleveley-zz/319646 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/* Based on contribution from Sebastien http://www.amicalement-web.net/symfony-domptez-les-filtres-de-ladmin-generator/2009/06/16/ | |
*/ | |
#sf_admin_container #sf_admin_bar { | |
float:none; | |
margin: 0px; | |
} | |
#sf_admin_container #sf_admin_bar .sf_admin_filter table tr { | |
clear: none; | |
border: 1px solid #DDDDDD; | |
padding: 0px; | |
} | |
#sf_admin_container #sf_admin_bar .sf_admin_filter table tr td { | |
height: 50px; | |
vertical-align: middle; | |
border: none; | |
} | |
#sf_admin_container #sf_admin_bar .sf_admin_filter table tbody { | |
clear: none; | |
float: left; | |
} | |
#sf_admin_container #sf_admin_bar .sf_admin_filter table tbody tr { | |
float: left; | |
border-right: none; | |
} | |
#sf_admin_container #sf_admin_bar .sf_admin_filter table tfoot { | |
clear: none; | |
float: right; | |
} | |
#sf_admin_container #sf_admin_bar .sf_admin_filter table tfoot tr { | |
float: right; | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment