mirror of
https://github.com/moodle/moodle.git
synced 2025-08-05 08:56:36 +02:00
Major gain in efficiency for the latest news block and better styles
Still working on more improvements here
This commit is contained in:
parent
7270d81fad
commit
90ec387a54
5 changed files with 93 additions and 32 deletions
|
@ -373,7 +373,7 @@ th {
|
|||
color:#990000;
|
||||
}
|
||||
|
||||
.forumheadminimal {
|
||||
.sideblock .post .head {
|
||||
color:#555555;
|
||||
}
|
||||
|
||||
|
|
|
@ -207,32 +207,16 @@ table.formtable tbody th {
|
|||
}
|
||||
|
||||
.forumaddnew,
|
||||
.forumaddnewminimal,
|
||||
.forumnodiscuss,
|
||||
.forumnodiscussminimal,
|
||||
.forumolddiscussminimal,
|
||||
.noticeboxcontent {
|
||||
text-align:center;
|
||||
}
|
||||
|
||||
.forumnodiscuss,
|
||||
.forumnodiscussminimal {
|
||||
font-weight:bold;
|
||||
}
|
||||
|
||||
.forumpostheadername,
|
||||
.forumpostheaderreplies,
|
||||
.forumpostheaderdate {
|
||||
font-size:small;
|
||||
}
|
||||
|
||||
.forumaddnewminimal,
|
||||
.forumnodiscussminimal,
|
||||
.forumheadminimal,
|
||||
.foruminfominimal,
|
||||
.forumolddiscussminimal {
|
||||
font-size:x-small;
|
||||
}
|
||||
|
||||
.forumpost .topic .subject {
|
||||
font-weight: bold;
|
||||
|
@ -408,6 +392,12 @@ table.calendar-controls .next {
|
|||
text-align:center;
|
||||
}
|
||||
|
||||
.sideblock .head,
|
||||
.sideblock .info {
|
||||
font-size: 0.85em;
|
||||
}
|
||||
|
||||
|
||||
/* block_rss_client.php */
|
||||
.rssclientlink {
|
||||
font-size:x-small;
|
||||
|
|
|
@ -409,10 +409,6 @@ body#mod-forum-search .introcontent {
|
|||
font-weight:bold;
|
||||
}
|
||||
|
||||
.forumolddiscussminimal {
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
.forumolddiscuss {
|
||||
text-align: right;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue