- web: fix "seperator" spelling

svn path=/trunk/boinc/; revision=22650
This commit is contained in:
David Anderson 2010-11-08 17:56:39 +00:00
parent b169e5ab0f
commit 0630ffa054
6 changed files with 21 additions and 9 deletions

View File

@ -7914,3 +7914,15 @@ David 08 Nov 2010
error_numbers.h
sched/
(most).cpp
David 08 Nov 2010
- web: fix "seperator" spelling
html/
inc/
forum.inc
user/
bolt.css
main.css
style2.css
white.css

View File

@ -386,7 +386,7 @@ function show_posts(
if ($postnumber!=$previous_post+1){
// A number of posts were hidden, display a way to unhide them:
//
echo "<tr class=\"postseperator\"><td></td><td>
echo "<tr class=\"postseparator\"><td></td><td>
Only the first post and the last ".($logged_in_user->prefs->display_wrap_postcount)." posts
(of the ".($postcount+1)." posts in this thread) are displayed. <br />
<a href=\"?id=".$thread->id."&amp;nowrap=true\">Click here to also display the remaining posts</a>.</td></tr>
@ -654,7 +654,7 @@ function show_post(
} else {
echo "</td></tr><tr><td class=\"postfooter\">";
}
echo "<tr class=\"postseperator\"><td colspan=2></td></tr>";
echo "<tr class=\"postseparator\"><td colspan=2></td></tr>";
}
// Show a post and its context (e.g. for search results, user posts)

View File

@ -258,9 +258,9 @@ td.postfooter {
-webkit-border-radius: 10px 10px 0px 0px;
}
tr.helpdeskseperator { height: 10pt; }
tr.helpdeskseparator { height: 10pt; }
tr.postseperator {
tr.postseparator {
background-color: #c8c8c8;
border: 1px solid #aaaaaa;
margin: 4px 0px;

View File

@ -274,11 +274,11 @@ td.postfooter .button {
font-size: 12px;
}
tr.helpdeskseperator {
tr.helpdeskseparator {
height: 10pt;
}
tr.postseperator {
tr.postseparator {
margin: 4px 0;
}

View File

@ -263,11 +263,11 @@ td.postfooter{
padding-left: 6px;
}
tr.helpdeskseperator{
tr.helpdeskseparator{
height: 10pt;
}
tr.postseperator td{
tr.postseparator td{
border-top: 1px solid #AAAAAA;
border-bottom: 1px solid #AAAAAA;
background-color: #D3D3D3;

View File

@ -162,7 +162,7 @@ td.postfooter {
color: #333;
}
tr.postseperator {
tr.postseparator {
background-color: #0069A1;
}