Commit 3ae94d4dd37c1e771bc9c7ce5f17917c1718f68e
1 parent
c019b407
Exists in
master
and in
1 other branch
Fixed modal in colab profile
Signed-off-by: Macartur Sousa <macartur.sc@gmail.com>
Showing
1 changed file
with
4 additions
and
1 deletions
Show diff stats
src/noosfero-spb/noosfero-spb-theme/css/modal.css
... | ... | @@ -30,7 +30,10 @@ |
30 | 30 | opacity: 1; |
31 | 31 | } |
32 | 32 | |
33 | -#noosfero_profile-content #content .main-content #profile-data .modal-dialog, | |
33 | +#noosfero_profile-content #content .main-content #profile-data .modal-dialog{ | |
34 | + width: 605px; | |
35 | +} | |
36 | + | |
34 | 37 | .action-profile_editor-edit #content .main-content #profile-data .modal-dialog, |
35 | 38 | .modal-dialog { |
36 | 39 | width: 590px; | ... | ... |