mirror of
https://github.com/moodle/moodle.git
synced 2025-08-07 01:46:45 +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
|
@ -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