diff --git a/html/project.sample/project.inc b/html/project.sample/project.inc index ee45436858..cf72426d24 100644 --- a/html/project.sample/project.inc +++ b/html/project.sample/project.inc @@ -37,7 +37,7 @@ function project_banner($title, $prefix) { echo "

- $title +

$title

"; } diff --git a/html/user/main.css b/html/user/main.css index 81ea4ee28c..d2324b5881 100644 --- a/html/user/main.css +++ b/html/user/main.css @@ -364,7 +364,7 @@ blockquote.postbody { vertical-align: middle; } -div.page_title { +.page_title { font-size: 24px; margin: 20px; } diff --git a/html/user/pm.php b/html/user/pm.php index 35441a7401..ba4a6b2436 100644 --- a/html/user/pm.php +++ b/html/user/pm.php @@ -86,14 +86,14 @@ function do_inbox($logged_in_user) { "; echo form_tokens($logged_in_user->authenticator); - start_table(); + start_table("id=thread width=100%"); echo "".tra("Subject")."".tra("Sender and date")."".tra("Message")."\n"; $i = 0; foreach($msgs as $msg) { $i++; $class = ($i%2)? "row0": "row1"; echo "\n"; - $checkbox = "id."\">"; + $checkbox = "id."\">"; if (!$msg->opened) { $msg->update("opened=1"); }