more theme niceness
This commit is contained in:
parent
91aeada8aa
commit
0d58b58523
@ -9,7 +9,7 @@ class ViewImageTheme extends Themelet {
|
||||
$page->set_heading(html_escape($image->get_tag_list()));
|
||||
$page->add_block(new Block("Navigation", $this->build_navigation($image), "left", 0));
|
||||
$page->add_block(new Block(null, $this->build_info($image, $editor_parts), "main", 10));
|
||||
$page->add_block(new Block(null, $this->build_pin($image), "main", 11));
|
||||
//$page->add_block(new Block(null, $this->build_pin($image), "main", 11));
|
||||
}
|
||||
|
||||
public function display_admin_block(Page $page, $parts) {
|
||||
|
@ -42,7 +42,7 @@ class CustomCommentListTheme extends CommentListTheme {
|
||||
<div class='rr'>
|
||||
<div class='rrtop'><div></div></div>
|
||||
<div class='rrcontent'>
|
||||
$h_userlink: $h_comment $h_imagelink $h_dellink
|
||||
<div class='comment'>$h_userlink: $h_comment $h_imagelink $h_dellink</div>
|
||||
</div>
|
||||
<div class='rrbot'><div></div></div>
|
||||
</div>";
|
||||
|
@ -118,6 +118,9 @@ UL {
|
||||
max-width: 150px;
|
||||
overflow: hidden;
|
||||
}
|
||||
.comment {
|
||||
text-align: left;
|
||||
}
|
||||
|
||||
.more:after {
|
||||
content: " >>>";
|
||||
@ -171,7 +174,7 @@ UL {
|
||||
.rrbot {background: url("circle-bl.png") no-repeat bottom left;}
|
||||
.rrbot div {background: url("circle-br.png") no-repeat bottom right;}
|
||||
.rrtop, .rrtop div, .rrbot, .rrbot div {height: 8px; width: 100%;}
|
||||
.rrcontent {margin: 0px 8px;}
|
||||
.rrcontent {margin: 0px 8px; text-align: center;}
|
||||
|
||||
.hrr {text-align: left; background: #CCC; margin: 8px;}
|
||||
.hrrtop {background: url("dcircle-tl.png") no-repeat top left;}
|
||||
|
Loading…
x
Reference in New Issue
Block a user