mirror of
https://github.com/moodle/moodle.git
synced 2025-05-01 14:09:01 +02:00
Classes added for XHTML compatibility in main code
This commit is contained in:
parent
de78568276
commit
bb9436edd1
@ -58,6 +58,12 @@ form {
|
|||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
.activitydate, .activityhead
|
||||||
|
{
|
||||||
|
font-size: x-small;
|
||||||
|
text-align: center;
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
.highlight {
|
.highlight {
|
||||||
background-color: <?PHP echo $THEME->highlight?>;
|
background-color: <?PHP echo $THEME->highlight?>;
|
||||||
@ -143,6 +149,36 @@ form {
|
|||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
.forumaddnew, .forumaddnewminimal,
|
||||||
|
.forumnodiscuss, .forumnodiscussminimal,
|
||||||
|
.forumolddiscussminimal
|
||||||
|
{
|
||||||
|
text-align: center;
|
||||||
|
}
|
||||||
|
|
||||||
|
.forumaddnewminimal, .forumnodiscussminimal,
|
||||||
|
.forumheadminimal, .foruminfominimal,
|
||||||
|
.forumolddiscussminimal
|
||||||
|
{
|
||||||
|
font-size: x-small;
|
||||||
|
}
|
||||||
|
|
||||||
|
.forumnodiscuss,.forumnodiscussminimal
|
||||||
|
{
|
||||||
|
font-weight: bold;
|
||||||
|
}
|
||||||
|
|
||||||
|
.forumolddiscuss {
|
||||||
|
text-align: right;
|
||||||
|
}
|
||||||
|
|
||||||
|
.forumheadminimal
|
||||||
|
{
|
||||||
|
color: #555555;
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
.weeklyoutline {
|
.weeklyoutline {
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user