Skip to content

Commit

Permalink
Merge pull request #3430 from carlangas159/chamilo-lms-3270
Browse files Browse the repository at this point in the history
iOS devices like iPhone - Registration and login pages are not aligned correctly #3270
  • Loading branch information
AngelFQC committed Aug 5, 2020
2 parents 8e63eee + 9f090dc commit a271f25
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions app/Resources/public/css/base.css
Expand Up @@ -10474,4 +10474,16 @@ ul.dropdown-menu.inner > li > a {
.clear-rows-6-4-3 .col-sm-6:nth-child(4n+1) {
clear: left;
}
}

/* Only adjust class radio to student or profesor into /main/auth/inscription.php*/
#registration > fieldset > #status-group .radio {
min-height: 145px;
min-width: 145px;
}
#registration input.register-profile[value='5']:after,
#registration input.register-profile[value='1']:after
{
top:-5px;
left: -2px;
}

0 comments on commit a271f25

Please sign in to comment.