Commit 7dbb308e2b63670f19e4c75b73d99182ad57dd54

Authored by AntonioTerceiro
1 parent dd1be992

ActionItem70: "better" visual



git-svn-id: https://svn.colivre.coop.br/svn/noosfero/trunk@530 3f533792-8f58-4932-b0fe-aaf55b0a4547
app/views/categories/index.rhtml
... ... @@ -4,4 +4,7 @@
4 4 <%= render :partial => 'category', :collection => @categories %>
5 5 </ul>
6 6  
7   -<%= link_to _('New category'), :action => 'new' %>
  7 +<div>
  8 + <%= link_to _('New category'), :action => 'new' %>
  9 +</div>
  10 +
... ...
public/stylesheets/common.css
... ... @@ -74,12 +74,12 @@ text-decoration: none !important ;
74 74 }
75 75  
76 76 ul.tree {
77   - margin: 2px;
78 77 padding-left: 20px;
79 78 }
80 79  
81 80 ul.tree li {
82 81 list-style: none;
  82 + padding: 2px;
83 83 }
84 84  
85 85 ul.tree li div.treeitem:hover {
... ...