Merge branch 'MDL-62277-master' of git://github.com/bmbrands/moodle

This commit is contained in:
Eloy Lafuente (stronk7) 2018-05-10 20:50:20 +02:00
commit a7a5d10319
5 changed files with 5 additions and 8 deletions

View file

@ -131,10 +131,6 @@ $tag-font-weight: bold !default;
position: static;
}
.form-check .form-check-input {
position: absolute;
}
@mixin tag-variant($color) {
background-color: $color;

View file

@ -28,7 +28,7 @@
max-width: 100%;
}
.form-group {
margin-right: 0.25rem;
margin: 0.1rem 0.25rem 0.1rem 0;
}
}

View file

@ -1,6 +1,6 @@
{{< core_form/element-template-inline }}
{{$element}}
<span class="fdate_selector">
<span class="fdate_selector d-flex align-items-center">
{{#element.elements}}
{{{separator}}}
{{{html}}}

View file

@ -1,6 +1,6 @@
{{< core_form/element-template }}
{{$element}}
<span class="fdate_selector">
<span class="fdate_selector d-flex">
{{#element.elements}}
{{{separator}}}
{{{html}}}