From 5a4fc6d1fe55bf7a7db19b7329df77342a53f0d2 Mon Sep 17 00:00:00 2001 From: shish Date: Sun, 18 May 2008 01:04:26 +0000 Subject: [PATCH] more futaba tweaks git-svn-id: file:///home/shish/svn/shimmie2/trunk@850 7f39781d-f577-437e-ae19-be835c7a54ca --- themes/futaba/comment.theme.php | 4 ++-- themes/futaba/style.css | 6 +++++- themes/futaba/themelet.class.php | 2 +- 3 files changed, 8 insertions(+), 4 deletions(-) diff --git a/themes/futaba/comment.theme.php b/themes/futaba/comment.theme.php index 704510cf..4d0e0e46 100644 --- a/themes/futaba/comment.theme.php +++ b/themes/futaba/comment.theme.php @@ -17,8 +17,8 @@ class CustomCommentListTheme extends CommentListTheme { $page->set_heading($page_title); $page->disable_left(); $page->add_block(new Block(null, $this->build_upload_box(), "main", 0)); - $page->add_block(new Block(null, "
", "main", 2)); - $this->display_paginator($page, "comment/list", null, $page_number, $total_pages, 5); +// $page->add_block(new Block(null, "
", "main", 2)); +// $this->display_paginator($page, "comment/list", null, $page_number, $total_pages, 5); $page->add_block(new Block(null, "
", "main", 80)); $this->display_paginator($page, "comment/list", null, $page_number, $total_pages, 90); } diff --git a/themes/futaba/style.css b/themes/futaba/style.css index 0c7e14c9..1af5de0e 100644 --- a/themes/futaba/style.css +++ b/themes/futaba/style.css @@ -60,6 +60,9 @@ HR {border: none; border-top: 1px solid #D9BFB7; height: 0px; clear: both;} .withleft { margin-left: 160px; } +TD { + vertical-align: top; +} /* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * specific page types * @@ -99,5 +102,6 @@ HR {border: none; border-top: 1px solid #D9BFB7; height: 0px; clear: both;} } .paginator { - text-align: center; + display: inline; + padding: 5px; } diff --git a/themes/futaba/themelet.class.php b/themes/futaba/themelet.class.php index 009d8324..5c97778f 100644 --- a/themes/futaba/themelet.class.php +++ b/themes/futaba/themelet.class.php @@ -74,7 +74,7 @@ class Themelet { //return "

$first_html | $prev_html | $random_html | $next_html | $last_html". // "
<< $pages_html >>

"; - return "

$prev_html $pages_html $next_html"; + return "

$prev_html $pages_html $next_html

"; } } ?>