mirror of
https://github.com/moodle/moodle.git
synced 2025-01-19 06:18:28 +01:00
fixed [MDL-13181]
This commit is contained in:
parent
0d75d2bfc7
commit
7d47ca30d0
@ -133,9 +133,15 @@ table.minicalendar tr td {
|
|||||||
font-size: 1.2em;
|
font-size: 1.2em;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/* Accessibility: only certain fonts support Unicode chars like ► in IE6 */
|
||||||
|
.arrow, .arrow_button input {
|
||||||
|
font-family: Arial,Helvetica,sans-serif;
|
||||||
|
}
|
||||||
|
|
||||||
|
/*
|
||||||
span.arrow {
|
span.arrow {
|
||||||
font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
|
font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
|
||||||
}
|
} */
|
||||||
|
|
||||||
p.arrow_button input {
|
p.arrow_button input {
|
||||||
font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
|
font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
|
||||||
@ -147,3 +153,11 @@ img.resize {
|
|||||||
width: 1em;
|
width: 1em;
|
||||||
height: 1em;
|
height: 1em;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/***
|
||||||
|
*** Glossary
|
||||||
|
***/
|
||||||
|
.glossarypost div.concept h3,
|
||||||
|
.glossarypost.continuous .concept {
|
||||||
|
display: inline;
|
||||||
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user