Commit f07efb46ced9069be3f58832eb752a0f30aa9b91
1 parent
11443f8d
Exists in
master
and in
2 other branches
Changing size of the modal to authorize e-mail visibility
Showing
1 changed file
with
3 additions
and
3 deletions
Show diff stats
src/noosfero-spb/noosfero-spb-theme/css/community-pages.css
| ... | ... | @@ -1400,8 +1400,8 @@ |
| 1400 | 1400 | .action-search-communities #colorbox .join-community-confirmation, |
| 1401 | 1401 | .action-profile-members #colorbox .join-community-confirmation, |
| 1402 | 1402 | .action-profile-index #colorbox .join-community-confirmation { |
| 1403 | - height: 255px; | |
| 1404 | - width: 320px; | |
| 1403 | + min-height: 255px; | |
| 1404 | + max-width: 320px; | |
| 1405 | 1405 | padding: 0; |
| 1406 | 1406 | } |
| 1407 | 1407 | |
| ... | ... | @@ -1524,7 +1524,7 @@ |
| 1524 | 1524 | .action-search-communities #colorbox .button.with-text.icon-ok.submit, |
| 1525 | 1525 | .action-profile-members #colorbox .button.with-text.icon-ok.submit, |
| 1526 | 1526 | .action-profile-index #colorbox .button.with-text.icon-ok.submit { |
| 1527 | - margin: 12px 0 0 92px; | |
| 1527 | + margin: 12px 0 10px 92px; | |
| 1528 | 1528 | padding: 9px 15px 24px 15px; |
| 1529 | 1529 | } |
| 1530 | 1530 | ... | ... |