MDL-44815 theme: Make chooser icons the standard 16px
The only exception to this rule is the activity chooser which is allowed 24px.
This commit is contained in:
@@ -1436,8 +1436,8 @@ sup {vertical-align: super;}
|
||||
padding: 0 0.5em 0 0;
|
||||
}
|
||||
|
||||
.choosercontainer #chooseform .option span.modicon img.icon,
|
||||
.choosercontainer #chooseform .nonoption span.modicon img.icon {
|
||||
.chooserdialogue-course-modchooser .choosercontainer #chooseform .option span.modicon img.icon,
|
||||
.chooserdialogue-course-modchooser .choosercontainer #chooseform .nonoption span.modicon img.icon {
|
||||
height: 24px; width: 24px;
|
||||
}
|
||||
|
||||
|
||||
@@ -1643,11 +1643,11 @@ body#page-lib-editor-tinymce-plugins-moodlemedia-preview {
|
||||
left: 6px;
|
||||
}
|
||||
/**
|
||||
* Chooser Dialogues (moodle-core-chooserdialogue)
|
||||
*
|
||||
* This CSS belong to the chooser dialogue which should work both with, and
|
||||
* without javascript enabled
|
||||
*/
|
||||
* Chooser Dialogues (moodle-core-chooserdialogue)
|
||||
*
|
||||
* This CSS belong to the chooser dialogue which should work both with, and
|
||||
* without javascript enabled
|
||||
*/
|
||||
/* Hide the dialog and it's title */
|
||||
.chooserdialoguebody,
|
||||
.choosertitle {
|
||||
@@ -1715,8 +1715,9 @@ body#page-lib-editor-tinymce-plugins-moodlemedia-preview {
|
||||
.dir-rtl .choosercontainer #chooseform .nonoption span.modicon img.icon {
|
||||
padding: 0 0.5em 0 0;
|
||||
}
|
||||
.choosercontainer #chooseform .option span.modicon img.icon,
|
||||
.choosercontainer #chooseform .nonoption span.modicon img.icon {
|
||||
|
||||
.chooserdialogue-course-modchooser .choosercontainer #chooseform .option span.modicon img.icon,
|
||||
.chooserdialogue-course-modchooser .choosercontainer #chooseform .nonoption span.modicon img.icon {
|
||||
height: 24px;
|
||||
width: 24px;
|
||||
}
|
||||
|
||||
File diff suppressed because one or more lines are too long
Reference in New Issue
Block a user