Merge pull request #3430 from carlangas159/chamilo-lms-3270

iOS devices like iPhone - Registration and login pages are not aligned correctly #3270
pull/3412/head^2
Angel Fernando Quiroz Campos 5 years ago committed by GitHub
commit a271f2525d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 12
      app/Resources/public/css/base.css

@ -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;
}
Loading…
Cancel
Save