Commit cab1ca151388f98ad63305aa9ce76392f26328a4
1 parent
d139ca2b
Exists in
master
and in
1 other branch
fixed noosfero conflict
Signed-off-by: Macartur Sousa <macartur.sc@gmail.com>
Showing
1 changed file
with
4 additions
and
0 deletions
Show diff stats
src/noosfero-spb/noosfero-spb-theme/css/modal.css
... | ... | @@ -35,6 +35,10 @@ |
35 | 35 | position: relative; |
36 | 36 | } |
37 | 37 | |
38 | +#noosfero_profile-content #content .main-content #profile-data .modal-dialog{ | |
39 | + position: static; | |
40 | +} | |
41 | + | |
38 | 42 | .action-profile_editor-edit #content .main-content #profile-data .modal.in .modal-dialog, |
39 | 43 | .modal.in .modal-dialog { |
40 | 44 | transform: translate(0px, 0px); | ... | ... |