Commit ffd09bcd3a61b00b3654c429d95e08ebf4fbd567
1 parent
b08cd44c
Exists in
master
and in
29 other branches
ActionItem360: Layout Zen3 53%
git-svn-id: https://svn.colivre.coop.br/svn/noosfero/trunk@1762 3f533792-8f58-4932-b0fe-aaf55b0a4547
Showing
1 changed file
with
13 additions
and
1 deletions
Show diff stats
public/designs/themes/zen3/stylesheets/menu.css
| ... | ... | @@ -71,11 +71,23 @@ |
| 71 | 71 | line-height: 20px |
| 72 | 72 | } |
| 73 | 73 | |
| 74 | -#user_menu a, | |
| 75 | 74 | #user_menu_head a { |
| 76 | 75 | color: #FFF; |
| 77 | 76 | } |
| 78 | 77 | |
| 78 | +#user_menu a { | |
| 79 | + color: #FFF; | |
| 80 | + padding-top: 2px; | |
| 81 | + padding-bottom: 2px; | |
| 82 | +} | |
| 83 | +#user_menu a:hover { | |
| 84 | + background: #FCAF3E; | |
| 85 | +} | |
| 86 | +#user_menu a span { | |
| 87 | + top: 2px; | |
| 88 | + left: 2px; | |
| 89 | +} | |
| 90 | + | |
| 79 | 91 | #user_menu img { |
| 80 | 92 | top: -2px; |
| 81 | 93 | } | ... | ... |