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;
|
font-weight: normal;
|
||||||
}
|
}
|
||||||
|
|
||||||
.categoryname,
|
.categorybox .category,
|
||||||
.categorynumber {
|
.categorybox .category {
|
||||||
font-size:larger;
|
font-size:1.2em;
|
||||||
font-weight:normal;
|
font-weight:normal;
|
||||||
}
|
}
|
||||||
|
|
||||||
@ -261,33 +261,34 @@ table.minicalendar {
|
|||||||
***/
|
***/
|
||||||
|
|
||||||
.activitydate, .activityhead {
|
.activitydate, .activityhead {
|
||||||
font-size:x-small;
|
font-size:0.7em;
|
||||||
}
|
}
|
||||||
|
|
||||||
.weeklydatetext {
|
.weeklydatetext {
|
||||||
font-size:medium;
|
font-size:0.9em;
|
||||||
font-weight:normal;
|
font-weight:normal;
|
||||||
}
|
}
|
||||||
|
|
||||||
.courseboxinfo {
|
.coursebox .info {
|
||||||
font-size:medium;
|
font-size:1em;
|
||||||
}
|
}
|
||||||
|
|
||||||
.courseboxteachers,
|
.coursebox .teachers,
|
||||||
.courseboxcost {
|
.coursebox .cost {
|
||||||
font-size:smaller;
|
font-size:0.8em;
|
||||||
}
|
}
|
||||||
|
|
||||||
.courseboxsummary {
|
.coursebox .summary {
|
||||||
font-size:small;
|
font-size:0.7em;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
#course-view .section .left {
|
#course-view .section .left {
|
||||||
font-weight:normal;
|
font-weight:normal;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
/***
|
/***
|
||||||
*** Doc
|
*** Doc
|
||||||
***/
|
***/
|
||||||
|
@ -667,11 +667,6 @@ table.calendar-controls .next {
|
|||||||
width:80px;
|
width:80px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.headingblock .link {
|
|
||||||
text-align:right;
|
|
||||||
}
|
|
||||||
|
|
||||||
|
|
||||||
body#course-view .unread {
|
body#course-view .unread {
|
||||||
margin-left: 3em;
|
margin-left: 3em;
|
||||||
}
|
}
|
||||||
@ -712,6 +707,15 @@ body#course-user .section h2 {
|
|||||||
padding:5px;
|
padding:5px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.headingblock .link {
|
||||||
|
text-align:right;
|
||||||
|
}
|
||||||
|
|
||||||
|
body#site-index .headingblock {
|
||||||
|
margin-bottom: 8px;
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
.categoryboxcontent,
|
.categoryboxcontent,
|
||||||
.courseboxcontent {
|
.courseboxcontent {
|
||||||
border-width:1px;
|
border-width:1px;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user