mirror of
https://github.com/moodle/moodle.git
synced 2025-04-21 16:32:18 +02:00
changes to deal with the forum class "unread"
This commit is contained in:
parent
d00ffdf949
commit
84853a94d7
@ -89,7 +89,6 @@ body {
|
||||
color:#AAAAAA;
|
||||
}
|
||||
|
||||
|
||||
/* header styles */
|
||||
#nav-bar a:link {
|
||||
color:#1246A3;
|
||||
@ -250,6 +249,12 @@ body {
|
||||
border-color:#FFFFFF;
|
||||
}
|
||||
|
||||
.topicsoutlinecontent span.unread,
|
||||
.topicsoutlinecontenthighlight span.unread,
|
||||
.topicsoutlinecontenthidden span.unread {
|
||||
border-bottom-color:#FFB63B;
|
||||
}
|
||||
|
||||
.weeklyoutlineside {
|
||||
border-color:#D1D7DC;
|
||||
}
|
||||
@ -329,6 +334,15 @@ body {
|
||||
border-color:#D1D7DC;
|
||||
}
|
||||
|
||||
.forumthread .unread {
|
||||
background: #FFD991;
|
||||
}
|
||||
|
||||
.unread {
|
||||
border-bottom-color:#FFB63B;
|
||||
color:#555555;
|
||||
}
|
||||
|
||||
|
||||
/* glossary */
|
||||
.glossary {
|
||||
|
@ -265,6 +265,10 @@ h4 {
|
||||
|
||||
.forumpostheadertopic { }
|
||||
|
||||
.unread {
|
||||
font-style:normal;
|
||||
}
|
||||
|
||||
|
||||
/* glossary */
|
||||
.glossary .generaltab B,
|
||||
|
@ -313,10 +313,11 @@ table.formtable td {
|
||||
border-style:solid;
|
||||
}
|
||||
|
||||
.topicsoutlinecontent span,
|
||||
.topicsoutlinecontenthighlight span,
|
||||
.topicsoutlinecontenthidden span {
|
||||
padding:1em 0em;
|
||||
.topicsoutlinecontent span.unread,
|
||||
.topicsoutlinecontenthighlight span.unread,
|
||||
.topicsoutlinecontenthidden span.unread {
|
||||
padding:0em;
|
||||
margin-left:0.8em;
|
||||
}
|
||||
|
||||
.weeklyoutlineside {
|
||||
@ -393,6 +394,10 @@ table.formtable td {
|
||||
width:auto;
|
||||
}
|
||||
|
||||
.unread {
|
||||
border-bottom:2px solid;
|
||||
}
|
||||
|
||||
|
||||
/* glossary */
|
||||
.glossary {
|
||||
|
Loading…
x
Reference in New Issue
Block a user