Merge branch 'MDL-59696-33' of git://github.com/junpataleta/moodle into MOODLE_33_STABLE

This commit is contained in:
Eloy Lafuente (stronk7)
2017-09-07 11:01:06 +02:00
committed by David Monllao
3 changed files with 50 additions and 24 deletions
@@ -122,6 +122,15 @@ form {
margin-right: .3em;
}
.custom-select {
max-width: 100%;
}
// Make the submit button align with the .custom-select element.
.custom-select + input[type="submit"] {
margin: 0 0 0 5px;
}
#portfolio-add-button {
display: inline;
}