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:
Andrew Nicols
2014-05-01 11:54:26 +08:00
parent b76ed36f85
commit 5b932559ce
3 changed files with 11 additions and 10 deletions
+2 -2
View File
@@ -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;
}
+8 -7
View File
@@ -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