Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
MDL-31934 mod/forum: Added CSS fix to mod/forum/styles.css for unread…
… forumposts also reversed a previous commit in theme/base/core.css.
  • Loading branch information
Mary Evans committed Oct 30, 2012
1 parent e375511 commit d895d70
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 13 deletions.
12 changes: 12 additions & 0 deletions mod/forum/styles.css
Expand Up @@ -91,3 +91,15 @@


/** Unknown Styles ??? */ /** Unknown Styles ??? */
#email .unsubscribelink {margin-top:20px;} #email .unsubscribelink {margin-top:20px;}

/* Forumpost unread
-------------------------*/
#page-mod-forum-view .unread,
.forumpost.unread .row.header,
.path-course-view .unread,
span.unread {
background-color: #FFD;
}
.forumpost.unread .row.header {
border-bottom: 1px solid #DDD;
}
14 changes: 1 addition & 13 deletions theme/base/style/core.css
Expand Up @@ -1024,16 +1024,4 @@ html[dir=rtl] #page-header {float: right;}


html[dir=rtl] .formrow label.formlabel { float:right; } html[dir=rtl] .formrow label.formlabel { float:right; }


html[dir=rtl] .configphp {direction:ltr;text-align:left;} html[dir=rtl] .configphp {direction:ltr;text-align:left;}

/* Forumpost unread
-------------------------*/
#page-mod-forum-view .unread,
.forumpost.unread .row.header,
.path-course-view .unread,
span.unread {
background-color: #FFD;
}
.forumpost.unread .row.header {
border-bottom: 1px solid #DDD;
}

0 comments on commit d895d70

Please sign in to comment.