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
Using the theme tester tool: https://moodle.org/plugins/tool_themetester
On /admin/tool/themetester/bs_components.php under 'Vertical variation' button margin issue. ->
changing .btn-lineup { margin: 0 0 10px 5px; } to:
.btn-lineup { margin: 0 0 10px 0; }
might solve it.
The text was updated successfully, but these errors were encountered:
If it was simple it would be easy, also need a tweak of:
input[name="searchwikicontent"] + input[type="submit"], select + input[type="submit"], input[type="text"] + input[type="button"], input[type="password"] + input[type="submit"], input[type="text"] + button, input[type="text"] + input[type="submit"] { margin: 0 0 3px 4px; }
e.g. buttons on course restore screens.
Sorry, something went wrong.
Closed?
No branches or pull requests
Using the theme tester tool: https://moodle.org/plugins/tool_themetester
On /admin/tool/themetester/bs_components.php under 'Vertical variation' button margin issue. ->
changing
.btn-lineup {
margin: 0 0 10px 5px;
}
to:
.btn-lineup {
margin: 0 0 10px 0;
}
might solve it.
The text was updated successfully, but these errors were encountered: