From d561c91a3e2c474b515a6152fbd115b1c48511d7 Mon Sep 17 00:00:00 2001 From: David Anderson Date: Thu, 7 Aug 2008 22:04:08 +0000 Subject: [PATCH] - web: add table.noborder class for S@h svn path=/trunk/boinc/; revision=15775 --- checkin_notes | 7 +++++++ html/user/forum_forum.php | 17 +++++++++++------ html/user/white.css | 4 ++++ 3 files changed, 22 insertions(+), 6 deletions(-) diff --git a/checkin_notes b/checkin_notes index e5e864f06d..beeaa96fcc 100644 --- a/checkin_notes +++ b/checkin_notes @@ -6318,3 +6318,10 @@ David 7 Aug 2008 html/user/ white.css + +David 7 Aug 2008 + - web: add table.noborder class for S@h + + html/user/ + forum_forum.php + white.css diff --git a/html/user/forum_forum.php b/html/user/forum_forum.php index aa80e65e0e..af44caa5ae 100644 --- a/html/user/forum_forum.php +++ b/html/user/forum_forum.php @@ -88,13 +88,18 @@ echo ' show_button("forum_post.php?id=$id", "New thread", "Add a new thread to this forum"); -echo "

"; -echo ''; -echo '
- '; +echo " + + + id\"> +"; echo select_from_array("sort", $forum_sort_styles, $sort_style); -echo '
'; -echo ""; +echo " + + + + +"; show_forum($forum, $start, $sort_style, $user); diff --git a/html/user/white.css b/html/user/white.css index caf38aa363..4f8518fae9 100644 --- a/html/user/white.css +++ b/html/user/white.css @@ -48,6 +48,10 @@ table { background-color: white; } +table.noborder { + border: none; +} + th { background-color: #c0c0c0; font-weight: bold;