Commit c8f6e434c68dcceb8472283a03288722d0869ecd
1 parent
5840d762
Exists in
master
and in
29 other branches
ActionItem70: minor CSS tweak
git-svn-id: https://svn.colivre.coop.br/svn/noosfero/trunk@506 3f533792-8f58-4932-b0fe-aaf55b0a4547
Showing
1 changed file
with
6 additions
and
0 deletions
Show diff stats
public/stylesheets/menu.css
@@ -17,6 +17,12 @@ padding: 0px; | @@ -17,6 +17,12 @@ padding: 0px; | ||
17 | margin-right: 3px; | 17 | margin-right: 3px; |
18 | padding: 0px; | 18 | padding: 0px; |
19 | font-family: serif-Sans, Verdana, Arial; | 19 | font-family: serif-Sans, Verdana, Arial; |
20 | + | ||
21 | + z-index: 100; | ||
22 | +} | ||
23 | + | ||
24 | +#content { | ||
25 | + margin-top: 40px; | ||
20 | } | 26 | } |
21 | 27 | ||
22 | #noosfero_bar *:focus { | 28 | #noosfero_bar *:focus { |