Commit 47e8668b70966e391c2435298f86d0b87d3aea5d
1 parent
f3951e87
Exists in
master
and in
29 other branches
ActionItem93: making help popup box at least visible
git-svn-id: https://svn.colivre.coop.br/svn/noosfero/trunk@1057 3f533792-8f58-4932-b0fe-aaf55b0a4547
Showing
1 changed file
with
7 additions
and
2 deletions
Show diff stats
public/stylesheets/help.css
1 | 1 | div.help_message { |
2 | - z-index: 1000; | |
2 | + z-index: 10000; | |
3 | 3 | width: 600; |
4 | 4 | position: absolute; |
5 | - top: 50px; | |
5 | + top: 50% | |
6 | + height: 400px; | |
7 | + margin-top: -200px; | |
8 | + | |
6 | 9 | left: 50%; |
7 | 10 | margin-left: -300px; |
8 | 11 | background: yellow; |
12 | + | |
13 | + overflow: auto; | |
9 | 14 | } |
10 | 15 | |
11 | 16 | a.help_button:before { | ... | ... |