more theme niceness
This commit is contained in:
		
							parent
							
								
									99534afe08
								
							
						
					
					
						commit
						20ed4f1503
					
				@ -9,7 +9,7 @@ class ViewImageTheme extends Themelet {
 | 
				
			|||||||
		$page->set_heading(html_escape($image->get_tag_list()));
 | 
							$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("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_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) {
 | 
						public function display_admin_block(Page $page, $parts) {
 | 
				
			||||||
 | 
				
			|||||||
@ -42,7 +42,7 @@ class CustomCommentListTheme extends CommentListTheme {
 | 
				
			|||||||
			<div class='rr'>
 | 
								<div class='rr'>
 | 
				
			||||||
				<div class='rrtop'><div></div></div>
 | 
									<div class='rrtop'><div></div></div>
 | 
				
			||||||
				<div class='rrcontent'>
 | 
									<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>
 | 
				
			||||||
				<div class='rrbot'><div></div></div>
 | 
									<div class='rrbot'><div></div></div>
 | 
				
			||||||
			</div>";
 | 
								</div>";
 | 
				
			||||||
 | 
				
			|||||||
@ -118,6 +118,9 @@ UL {
 | 
				
			|||||||
	max-width: 150px;
 | 
						max-width: 150px;
 | 
				
			||||||
	overflow: hidden;
 | 
						overflow: hidden;
 | 
				
			||||||
}
 | 
					}
 | 
				
			||||||
 | 
					.comment {
 | 
				
			||||||
 | 
						text-align: left;
 | 
				
			||||||
 | 
					}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
.more:after {
 | 
					.more:after {
 | 
				
			||||||
	content: " >>>";
 | 
						content: " >>>";
 | 
				
			||||||
@ -171,7 +174,7 @@ UL {
 | 
				
			|||||||
.rrbot     {background: url("circle-bl.png") no-repeat bottom left;}
 | 
					.rrbot     {background: url("circle-bl.png") no-repeat bottom left;}
 | 
				
			||||||
.rrbot div {background: url("circle-br.png") no-repeat bottom right;}
 | 
					.rrbot div {background: url("circle-br.png") no-repeat bottom right;}
 | 
				
			||||||
.rrtop, .rrtop div, .rrbot, .rrbot div {height: 8px; width: 100%;}
 | 
					.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;}
 | 
					.hrr {text-align: left; background: #CCC; margin: 8px;}
 | 
				
			||||||
.hrrtop     {background: url("dcircle-tl.png") no-repeat top left;}
 | 
					.hrrtop     {background: url("dcircle-tl.png") no-repeat top left;}
 | 
				
			||||||
 | 
				
			|||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user