From 182ac6c58070698ac5c877e8b4709fc8f3b5b7fb Mon Sep 17 00:00:00 2001 From: moodler Date: Wed, 27 Apr 2005 15:54:53 +0000 Subject: [PATCH] Small fix for recent-activity --- theme/standard/styles_fonts.css | 8 ++++++++ theme/standard/styles_layout.css | 6 ++++++ 2 files changed, 14 insertions(+) diff --git a/theme/standard/styles_fonts.css b/theme/standard/styles_fonts.css index 9d9da9a426a..1d87860ee49 100644 --- a/theme/standard/styles_fonts.css +++ b/theme/standard/styles_fonts.css @@ -318,6 +318,11 @@ table.minicalendar { font-size:0.9em; } +#course-recent h2.main { + font-size:1.1em; +} + + /*** @@ -442,6 +447,9 @@ body#doc-contents ul { body#mod-forum-search .introcontent { font-weight:bold; } +body#mod-forum-index .generalbox .cell { + font-size: 0.85em; +} diff --git a/theme/standard/styles_layout.css b/theme/standard/styles_layout.css index ba74cf29558..9b67c163900 100644 --- a/theme/standard/styles_layout.css +++ b/theme/standard/styles_layout.css @@ -94,6 +94,7 @@ a img { .generalbox { border-width:1px; border-style:solid; + margin-bottom: 15px; } .generalbox#intro { @@ -1033,6 +1034,11 @@ body#mod-forum-search .introcontent { border-style: solid; border-width: 2px; } +#mod-forum-index .unread img, +#mod-forum-view .unread img +{ + margin-left: 5px; +} #email .unsubscribelink { text-align:right;