We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Before fix:
After fix:
@media (min-width: 992px) .dir-rtl { .form-item .form-label {float: right;} .mform .fitemtitle, .form-label {text-align: left;} .form-item .form-description {margin-right: 33.33333333%;} }
The text was updated successfully, but these errors were encountered:
Is this related to #273?
Sorry, something went wrong.
I think this is fixed if 'moodle-rtl.css' is used but the block flipping logic has gone?
I was not brave enough to test #273?
But I think I found it in moodle-rtl.css
.form-item .form-description {margin-right: 33.33333333%;} https://github.com/bmbrands/theme_bootstrap/blob/master/style/moodle-rtl.css#L16974
not completely sure about: .mform .fitemtitle, .form-label {text-align: left;} .form-item .form-label {float: right;}
https://github.com/bmbrands/theme_bootstrap/blob/master/style/moodle-rtl.css#L16855
No branches or pull requests
Before fix:

After fix:

@media (min-width: 992px)
.dir-rtl {
.form-item .form-label {float: right;}
.mform .fitemtitle, .form-label {text-align: left;}
.form-item .form-description {margin-right: 33.33333333%;}
}
The text was updated successfully, but these errors were encountered: