From d895d70f9e867409fcbecc32b719d9831de97db4 Mon Sep 17 00:00:00 2001 From: Mary Evans Date: Tue, 30 Oct 2012 11:34:02 +0000 Subject: [PATCH] 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. --- mod/forum/styles.css | 12 ++++++++++++ theme/base/style/core.css | 14 +------------- 2 files changed, 13 insertions(+), 13 deletions(-) diff --git a/mod/forum/styles.css b/mod/forum/styles.css index fe824c41a9133..ab25041379b5b 100644 --- a/mod/forum/styles.css +++ b/mod/forum/styles.css @@ -91,3 +91,15 @@ /** Unknown Styles ??? */ #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; +} \ No newline at end of file diff --git a/theme/base/style/core.css b/theme/base/style/core.css index 7ad3a3be1270a..5c4fb03a86fec 100644 --- a/theme/base/style/core.css +++ b/theme/base/style/core.css @@ -1024,16 +1024,4 @@ html[dir=rtl] #page-header {float: right;} html[dir=rtl] .formrow label.formlabel { float:right; } -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; -} \ No newline at end of file +html[dir=rtl] .configphp {direction:ltr;text-align:left;} \ No newline at end of file