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-05 00:49:20 +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;
}
+6
View File
@@ -16539,6 +16539,12 @@ form {
.singleselect label {
margin-right: .3em;
}
.custom-select {
max-width: 100%;
}
.custom-select + input[type="submit"] {
margin: 0 0 0 5px;
}
#portfolio-add-button {
display: inline;
}