mirror of
https://github.com/moodle/moodle.git
synced 2025-01-19 06:18:28 +01:00
fixed.
based on standard theme.
This commit is contained in:
parent
74ded78359
commit
0e94c140cd
@ -95,9 +95,9 @@ h4 {
|
||||
font-weight: normal;
|
||||
}
|
||||
|
||||
.categoryname,
|
||||
.categorynumber {
|
||||
font-size:larger;
|
||||
.categorybox .category,
|
||||
.categorybox .category {
|
||||
font-size:1.2em;
|
||||
font-weight:normal;
|
||||
}
|
||||
|
||||
@ -261,33 +261,34 @@ table.minicalendar {
|
||||
***/
|
||||
|
||||
.activitydate, .activityhead {
|
||||
font-size:x-small;
|
||||
font-size:0.7em;
|
||||
}
|
||||
|
||||
.weeklydatetext {
|
||||
font-size:medium;
|
||||
font-size:0.9em;
|
||||
font-weight:normal;
|
||||
}
|
||||
|
||||
.courseboxinfo {
|
||||
font-size:medium;
|
||||
.coursebox .info {
|
||||
font-size:1em;
|
||||
}
|
||||
|
||||
.courseboxteachers,
|
||||
.courseboxcost {
|
||||
font-size:smaller;
|
||||
.coursebox .teachers,
|
||||
.coursebox .cost {
|
||||
font-size:0.8em;
|
||||
}
|
||||
|
||||
.courseboxsummary {
|
||||
font-size:small;
|
||||
.coursebox .summary {
|
||||
font-size:0.7em;
|
||||
}
|
||||
|
||||
|
||||
#course-view .section .left {
|
||||
font-weight:normal;
|
||||
}
|
||||
|
||||
|
||||
|
||||
|
||||
/***
|
||||
*** Doc
|
||||
***/
|
||||
|
@ -667,11 +667,6 @@ table.calendar-controls .next {
|
||||
width:80px;
|
||||
}
|
||||
|
||||
.headingblock .link {
|
||||
text-align:right;
|
||||
}
|
||||
|
||||
|
||||
body#course-view .unread {
|
||||
margin-left: 3em;
|
||||
}
|
||||
@ -712,6 +707,15 @@ body#course-user .section h2 {
|
||||
padding:5px;
|
||||
}
|
||||
|
||||
.headingblock .link {
|
||||
text-align:right;
|
||||
}
|
||||
|
||||
body#site-index .headingblock {
|
||||
margin-bottom: 8px;
|
||||
}
|
||||
|
||||
|
||||
.categoryboxcontent,
|
||||
.courseboxcontent {
|
||||
border-width:1px;
|
||||
|
Loading…
x
Reference in New Issue
Block a user