mirror of
https://github.com/moodle/moodle.git
synced 2025-08-07 18:06:51 +02:00
Merge branch 'MDL-62277-master' of git://github.com/bmbrands/moodle
This commit is contained in:
commit
a7a5d10319
5 changed files with 5 additions and 8 deletions
|
@ -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;
|
||||
|
||||
|
|
|
@ -28,7 +28,7 @@
|
|||
max-width: 100%;
|
||||
}
|
||||
.form-group {
|
||||
margin-right: 0.25rem;
|
||||
margin: 0.1rem 0.25rem 0.1rem 0;
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
@ -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}}}
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{{< core_form/element-template }}
|
||||
{{$element}}
|
||||
<span class="fdate_selector">
|
||||
<span class="fdate_selector d-flex">
|
||||
{{#element.elements}}
|
||||
{{{separator}}}
|
||||
{{{html}}}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue