[#263] Fix admin menu sidebar styling
This commit is contained in:
parent
8f45e780ce
commit
635923f90d
|
@ -1,5 +1,3 @@
|
|||
<div id="admin-menu">
|
||||
<ul>
|
||||
<%= render_menu :admin_menu %>
|
||||
</ul>
|
||||
<%= render_menu :admin_menu %>
|
||||
</div>
|
||||
|
|
|
@ -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; }
|
||||
|
|
Loading…
Reference in New Issue