Commit 6acaef96ba08922a7470d77260bb832e1ef40009

Authored by Álvaro Fernando Matos de Souza
1 parent 38f6540c

Fix the modal min height for many cases - #844

src/noosfero-spb/noosfero-spb-theme/css/community-pages.css
... ... @@ -1400,7 +1400,7 @@
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   - min-height: 255px;
  1403 + min-height: 235px;
1404 1404 max-width: 320px;
1405 1405 padding: 0;
1406 1406 }
... ... @@ -1430,6 +1430,7 @@
1430 1430 color: #2d3a4a;
1431 1431 font-family: "open_sansregular", Arial, Helvetica, sans-serif;
1432 1432 margin: 20px 40px 50px 25px;
  1433 + min-height: 84px;
1433 1434 }
1434 1435  
1435 1436 .action-search-communities #colorbox .join-community-confirmation p::before,
... ...