Skip to content
New issue

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

Button margin #406

Open
gjb2048 opened this issue Jan 22, 2016 · 2 comments
Open

Button margin #406

gjb2048 opened this issue Jan 22, 2016 · 2 comments

Comments

@gjb2048
Copy link
Collaborator

gjb2048 commented Jan 22, 2016

Using the theme tester tool: https://moodle.org/plugins/tool_themetester

On /admin/tool/themetester/bs_components.php under 'Vertical variation' button margin issue. ->

2016-01-22 18_16_33-moo30_ administration_ development_ theme tester

changing
.btn-lineup {
margin: 0 0 10px 5px;
}
to:

.btn-lineup {
margin: 0 0 10px 0;
}

might solve it.

@gjb2048
Copy link
Collaborator Author

gjb2048 commented Jan 23, 2016

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.

@gjb2048
Copy link
Collaborator Author

gjb2048 commented Oct 3, 2024

Closed?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant