mirror of
https://github.com/moodle/moodle.git
synced 2025-04-14 13:02:07 +02:00
Minor changes.
This commit is contained in:
parent
ddd8f87f7a
commit
d796e6d839
@ -133,7 +133,7 @@ th {
|
||||
}
|
||||
.weeklyoutlinesidehidden,
|
||||
.topicsoutlinesidehidden {
|
||||
background-color:#AAAAAA; /* hidden */
|
||||
border-color:#AAAAAA; /* hidden */
|
||||
}
|
||||
|
||||
.weeklyoutlinecontent,
|
||||
@ -141,7 +141,8 @@ th {
|
||||
border-color:#DDDDDD; /* cellheading */
|
||||
}
|
||||
|
||||
.weeklyoutlinecontenthighlight, .topicsoutlinecontenthighlight {
|
||||
.weeklyoutlinecontenthighlight,
|
||||
.topicsoutlinecontenthighlight {
|
||||
border-color:#FFC85F; /* cellheading2 */
|
||||
}
|
||||
|
||||
|
@ -37,6 +37,17 @@ font {
|
||||
font-size:1px;
|
||||
}
|
||||
|
||||
|
||||
/* general styles */
|
||||
body, td, th, li {
|
||||
font-family:"Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
|
||||
font-size:0.95em;
|
||||
}
|
||||
|
||||
th {
|
||||
font-weight:bold;
|
||||
}
|
||||
|
||||
a:link,
|
||||
a:visited {
|
||||
text-decoration:none;
|
||||
@ -59,17 +70,6 @@ a.dimmed:hover {
|
||||
}
|
||||
|
||||
|
||||
/* general styles */
|
||||
body, td, th, li {
|
||||
font-family:"Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
|
||||
font-size:0.95em;
|
||||
}
|
||||
|
||||
th {
|
||||
font-weight:bold;
|
||||
}
|
||||
|
||||
|
||||
/* header styles */
|
||||
.headermain {
|
||||
font-weight:bold;
|
||||
@ -119,21 +119,6 @@ th {
|
||||
*** Course
|
||||
***
|
||||
******************************/
|
||||
|
||||
|
||||
/*****************************
|
||||
***
|
||||
*** Activities
|
||||
***
|
||||
******************************/
|
||||
/* index, admin, course, lang, adodb, quiz */
|
||||
.categoryname,
|
||||
.categorynumber {
|
||||
font-size:larger;
|
||||
font-weight:bold;
|
||||
}
|
||||
|
||||
|
||||
/* course */
|
||||
.activitydate, .activityhead {
|
||||
font-size:x-small;
|
||||
@ -159,6 +144,20 @@ th {
|
||||
}
|
||||
|
||||
|
||||
|
||||
/*****************************
|
||||
***
|
||||
*** Activities
|
||||
***
|
||||
******************************/
|
||||
/* index, admin, course, lang, adodb, quiz */
|
||||
.categoryname,
|
||||
.categorynumber {
|
||||
font-size:larger;
|
||||
font-weight:bold;
|
||||
}
|
||||
|
||||
|
||||
/* forum */
|
||||
.forumolddiscuss {
|
||||
text-align:right;
|
||||
|
Loading…
x
Reference in New Issue
Block a user