mirror of
https://github.com/moodle/moodle.git
synced 2025-08-05 17:06:53 +02:00
MDL-67970 output: use fieldset in core/chooser instead of label
This commit is contained in:
parent
0499a8c24f
commit
604df144d2
4 changed files with 14 additions and 10 deletions
|
@ -57,14 +57,12 @@
|
|||
</div>
|
||||
<div class="alloptions">
|
||||
{{#sections}}
|
||||
<div class="moduletypetitle">
|
||||
<label for="item_{{id}}">
|
||||
<span class="typename">{{label}}</span>
|
||||
</label>
|
||||
</div>
|
||||
<fieldset>
|
||||
<legend class="moduletypetitle">{{label}}</legend>
|
||||
{{#items}}
|
||||
{{>core/chooser_item}}
|
||||
{{/items}}
|
||||
</fieldset>
|
||||
{{/sections}}
|
||||
</div>
|
||||
</div>
|
||||
|
|
|
@ -1419,6 +1419,8 @@ body#page-lib-editor-tinymce-plugins-moodlemedia-preview {
|
|||
text-transform: uppercase;
|
||||
padding-top: 1.2em;
|
||||
padding-bottom: 0.4em;
|
||||
margin-bottom: 0.5rem;
|
||||
font-size: 100%;
|
||||
}
|
||||
|
||||
.choosercontainer #chooseform .option .typename,
|
||||
|
|
|
@ -10576,7 +10576,9 @@ body#page-lib-editor-tinymce-plugins-moodlemedia-preview {
|
|||
.choosercontainer #chooseform .moduletypetitle {
|
||||
text-transform: uppercase;
|
||||
padding-top: 1.2em;
|
||||
padding-bottom: 0.4em; }
|
||||
padding-bottom: 0.4em;
|
||||
margin-bottom: 0.5rem;
|
||||
font-size: 100%; }
|
||||
|
||||
.choosercontainer #chooseform .option .typename,
|
||||
.choosercontainer #chooseform .nonoption .typename {
|
||||
|
|
|
@ -10783,7 +10783,9 @@ body#page-lib-editor-tinymce-plugins-moodlemedia-preview {
|
|||
.choosercontainer #chooseform .moduletypetitle {
|
||||
text-transform: uppercase;
|
||||
padding-top: 1.2em;
|
||||
padding-bottom: 0.4em; }
|
||||
padding-bottom: 0.4em;
|
||||
margin-bottom: 0.5rem;
|
||||
font-size: 100%; }
|
||||
|
||||
.choosercontainer #chooseform .option .typename,
|
||||
.choosercontainer #chooseform .nonoption .typename {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue