Skip to content

Instantly share code, notes, and snippets.

@cirpo
cirpo / gist:457991
Created June 29, 2010 23:31
fix position of the edit and delete icon in the symfony admin generator
li.sf_admin_action_edit a, li.sf_admin_action_delete a {
padding-left:20px;
padding-top: 3px;
}