[#263] Fix admin menu sidebar styling

This commit is contained in:
Eric Davis 2011-07-29 15:33:59 -07:00
parent 8f45e780ce
commit 635923f90d
2 changed files with 2 additions and 3 deletions

View File

@ -1,5 +1,3 @@
<div id="admin-menu">
<ul>
<%= render_menu :admin_menu %>
</ul>
<%= render_menu :admin_menu %>
</div>

View File

@ -1714,6 +1714,7 @@ a.has-thumb img {
/* ***** End Pulled 2009-09-17 ***** */
/* Make icons non repeating - does this need to be in core */
#admin-menu ul li a,#admin-menu a:hover {padding: 0 0 0 24px; background-repeat: no-repeat !important;}
#admin-menu a.projects { background-repeat: no-repeat;}
#admin-menu a.users { background-repeat: no-repeat; }
#admin-menu a.groups { background-repeat: no-repeat; }