- web: add table.noborder class for S@h

svn path=/trunk/boinc/; revision=15775
This commit is contained in:
David Anderson 2008-08-07 22:04:08 +00:00
parent a41848b43f
commit d561c91a3e
3 changed files with 22 additions and 6 deletions

View File

@ -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

View File

@ -88,13 +88,18 @@ echo '
show_button("forum_post.php?id=$id", "New thread", "Add a new thread to this forum");
echo " <br><br></td>";
echo '<td valign=top align="right">';
echo ' <form action="forum_forum.php" method="get">
<input type="hidden" name="id" value="'.$forum->id.'">';
echo "</td>
<form action=\"forum_forum.php\" method=\"get\">
<td valign=top align=\"right\">
<input type=\"hidden\" name=\"id\" value=\"$forum->id\">
";
echo select_from_array("sort", $forum_sort_styles, $sort_style);
echo '<input type="submit" value="Sort"></form></td>';
echo "</tr></table>";
echo "<input type=\"submit\" value=\"Sort\">
</td>
</form>
</tr>
</table>
";
show_forum($forum, $start, $sort_style, $user);

View File

@ -48,6 +48,10 @@ table {
background-color: white;
}
table.noborder {
border: none;
}
th {
background-color: #c0c0c0;
font-weight: bold;