diff --git a/theme/standard/styles_color.css b/theme/standard/styles_color.css index 0010d0c2d97..dab73cdfdac 100644 --- a/theme/standard/styles_color.css +++ b/theme/standard/styles_color.css @@ -255,6 +255,15 @@ th { background:#DDDDDD; } +.forumheaderlist .discussion .starter { + background:#DDDDDD; +} + +.forumheaderlist td { + border-color: #FFFFFF; +} + + /* survey */ #mod-survey-view .r0 { background-color: #EEEEEE; diff --git a/theme/standard/styles_fonts.css b/theme/standard/styles_fonts.css index 9ba5add786e..9fbae7954dc 100644 --- a/theme/standard/styles_fonts.css +++ b/theme/standard/styles_fonts.css @@ -221,6 +221,11 @@ h4 { font-size: 0.8em; } +.forumheaderlist .discussion .lastpost { + font-size: 0.7em; +} + + /* message */ .message_summary_link { diff --git a/theme/standard/styles_layout.css b/theme/standard/styles_layout.css index c2256ebea48..98c8254ecd8 100644 --- a/theme/standard/styles_layout.css +++ b/theme/standard/styles_layout.css @@ -292,6 +292,7 @@ table.formtable td { .forumpost { border-width:1px; border-style:solid; + border-collapse:separate; } .forumpost { @@ -328,6 +329,28 @@ table.formtable td { margin-left: 30px; } +.forumheaderlist { + width: 100%; +} + +.forumheaderlist td { + border-width:1px 0px 0px 1px; + border-style:solid; +} + +.forumheaderlist .replies { + text-align: center; +} + +.forumheaderlist .picture { + width: 35px; +} + +.forumheaderlist .discussion .starter { + vertical-align: center; +} + + .unread { padding-right:2px; }