various css fixes

This commit is contained in:
Mario Vavti 2015-07-07 12:13:15 +02:00
parent 2d0d5876ba
commit adfb4072e8
7 changed files with 8 additions and 15 deletions

View File

@ -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;
} }

View File

@ -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;
} }

View File

@ -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;
} }

View File

@ -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}}

View File

@ -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}}

View File

@ -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>

View File

@ -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>