various css fixes
This commit is contained in:
		| @@ -196,10 +196,6 @@ a.wall-item-name-link { | |||||||
| 	filter:alpha(opacity=100); | 	filter:alpha(opacity=100); | ||||||
| } | } | ||||||
|  |  | ||||||
| .wall-item-wrapper-end { |  | ||||||
| 	clear: both; |  | ||||||
| } |  | ||||||
|  |  | ||||||
| .shared_header { | .shared_header { | ||||||
| 	margin-bottom: 20px; | 	margin-bottom: 20px; | ||||||
| } | } | ||||||
|   | |||||||
| @@ -741,8 +741,8 @@ a.rateme, div.rateme { | |||||||
| } | } | ||||||
|  |  | ||||||
| .wall-item-conv { | .wall-item-conv { | ||||||
| 	margin-top: 5px; | 	padding-top: 5px; | ||||||
| 	margin-bottom: 25px; | 	padding-bottom: 10px; | ||||||
| } | } | ||||||
|  |  | ||||||
|  |  | ||||||
|   | |||||||
| @@ -21,7 +21,6 @@ | |||||||
| } | } | ||||||
|  |  | ||||||
| .wall-item-conv { | .wall-item-conv { | ||||||
| 	margin-bottom: 10px; | 	padding-top: 10px; | ||||||
| 	margin-top: 10px; | 	padding-left: 10px; | ||||||
| 	margin-left: 10px; |  | ||||||
| } | } | ||||||
|   | |||||||
| @@ -165,8 +165,7 @@ | |||||||
| 				</div> | 				</div> | ||||||
| 				<div class="clear"></div> | 				<div class="clear"></div> | ||||||
| 			</div> | 			</div> | ||||||
| 			<div class="wall-item-wrapper-end"></div> | 			<div class="clear{{if $indent}} {{$indent}}{{/if}}"></div> | ||||||
| 			<div class="wall-item-outside-wrapper-end {{$item.indent}}" ></div> |  | ||||||
| 		</div> | 		</div> | ||||||
| 		{{if $item.toplevel}} | 		{{if $item.toplevel}} | ||||||
| 		{{foreach $item.children as $child}} | 		{{foreach $item.children as $child}} | ||||||
|   | |||||||
| @@ -179,8 +179,7 @@ | |||||||
| 				</div> | 				</div> | ||||||
| 				<div class="clear"></div> | 				<div class="clear"></div> | ||||||
| 			</div> | 			</div> | ||||||
| 			<div class="wall-item-wrapper-end"></div> | 			<div class="clear{{if $indent}} {{$indent}}{{/if}}"></div> | ||||||
| 			<div class="wall-item-outside-wrapper-end {{$item.indent}}" ></div> |  | ||||||
| 		</div> | 		</div> | ||||||
| 	</div> | 	</div> | ||||||
| {{if $item.comment_lastcollapsed}} | {{if $item.comment_lastcollapsed}} | ||||||
|   | |||||||
| @@ -21,7 +21,7 @@ | |||||||
|  |  | ||||||
| 		{{$comment}} | 		{{$comment}} | ||||||
|  |  | ||||||
| 	<div class="wall-item-outside-wrapper-end{{$indent}}" ></div> | 	<div class="clear{{if $indent}} {{$indent}}{{/if}}"></div> | ||||||
| 	</div> | 	</div> | ||||||
| </div> | </div> | ||||||
|  |  | ||||||
|   | |||||||
| @@ -57,7 +57,7 @@ | |||||||
| 			<a href='{{$item.conv.href}}' id='context-{{$item.id}}' title='{{$item.conv.title}}'>{{$item.conv.title}}</a> | 			<a href='{{$item.conv.href}}' id='context-{{$item.id}}' title='{{$item.conv.title}}'>{{$item.conv.title}}</a> | ||||||
| 		</div> | 		</div> | ||||||
| 		{{/if}} | 		{{/if}} | ||||||
| 		<div class="wall-item-outside-wrapper-end {{$item.indent}}" ></div> | 		<div class="clear{{if $indent}} {{$indent}}{{/if}}"></div> | ||||||
| 	</div> | 	</div> | ||||||
| </div> | </div> | ||||||
|  |  | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user