Merge branch 'master' of https://github.com/redmatrix/redmatrix
This commit is contained in:
@@ -196,10 +196,6 @@ a.wall-item-name-link {
|
||||
filter:alpha(opacity=100);
|
||||
}
|
||||
|
||||
.wall-item-wrapper-end {
|
||||
clear: both;
|
||||
}
|
||||
|
||||
.shared_header {
|
||||
margin-bottom: 20px;
|
||||
}
|
||||
|
||||
@@ -741,8 +741,8 @@ a.rateme, div.rateme {
|
||||
}
|
||||
|
||||
.wall-item-conv {
|
||||
margin-top: 5px;
|
||||
margin-bottom: 25px;
|
||||
padding-top: 5px;
|
||||
padding-bottom: 10px;
|
||||
}
|
||||
|
||||
|
||||
@@ -1932,12 +1932,14 @@ nav .dropdown-menu {
|
||||
background-color: $comment_item_colour;
|
||||
border-bottom-left-radius: $radiuspx;
|
||||
border-bottom-right-radius: $radiuspx;
|
||||
word-wrap: break-word;
|
||||
}
|
||||
|
||||
.section-content-wrapper-np {
|
||||
background-color: $comment_item_colour;
|
||||
border-bottom-left-radius: $radiuspx;
|
||||
border-bottom-right-radius: $radiuspx;
|
||||
word-wrap: break-word;
|
||||
}
|
||||
|
||||
[id^="cloud-index-"]:hover td,
|
||||
|
||||
@@ -21,7 +21,6 @@
|
||||
}
|
||||
|
||||
.wall-item-conv {
|
||||
margin-bottom: 10px;
|
||||
margin-top: 10px;
|
||||
margin-left: 10px;
|
||||
padding-top: 10px;
|
||||
padding-left: 10px;
|
||||
}
|
||||
|
||||
@@ -46,7 +46,7 @@ if (! $radius)
|
||||
if (! $shadow)
|
||||
$shadow = "0";
|
||||
if (! $converse_width)
|
||||
$converse_width = "676";
|
||||
$converse_width = "656";
|
||||
if(! $top_photo)
|
||||
$top_photo = '48px';
|
||||
if(! $comment_indent)
|
||||
|
||||
@@ -165,8 +165,7 @@
|
||||
</div>
|
||||
<div class="clear"></div>
|
||||
</div>
|
||||
<div class="wall-item-wrapper-end"></div>
|
||||
<div class="wall-item-outside-wrapper-end {{$item.indent}}" ></div>
|
||||
<div class="clear{{if $indent}} {{$indent}}{{/if}}"></div>
|
||||
</div>
|
||||
{{if $item.toplevel}}
|
||||
{{foreach $item.children as $child}}
|
||||
|
||||
@@ -179,8 +179,7 @@
|
||||
</div>
|
||||
<div class="clear"></div>
|
||||
</div>
|
||||
<div class="wall-item-wrapper-end"></div>
|
||||
<div class="wall-item-outside-wrapper-end {{$item.indent}}" ></div>
|
||||
<div class="clear{{if $indent}} {{$indent}}{{/if}}"></div>
|
||||
</div>
|
||||
</div>
|
||||
{{if $item.comment_lastcollapsed}}
|
||||
|
||||
@@ -5,11 +5,4 @@
|
||||
{{include file="field_checkbox.tpl" field=$globaldir}}
|
||||
{{include file="field_checkbox.tpl" field=$pubforums}}
|
||||
|
||||
{{$sort}}: <select onchange='window.location.href="{{$sorturl}}&order="+this.value'>
|
||||
<option value='normal' {{if $selected_sort == 'normal'}}selected='selected'{{/if}}>{{$normal}}</option>
|
||||
<option value='reverse' {{if $selected_sort == 'reverse'}}selected='selected'{{/if}}>{{$reverse}}</option>
|
||||
<option value='date' {{if $selected_sort == 'date'}}selected='selected'{{/if}}>{{$date}}</option>
|
||||
<option value='reversedate' {{if $selected_sort == 'reversedate'}}selected='selected'{{/if}}>{{$reversedate}}</option>
|
||||
</select><br />
|
||||
|
||||
</div>
|
||||
|
||||
@@ -1,6 +1,18 @@
|
||||
<div class="generic-content-wrapper">
|
||||
<div class="section-title-wrapper">
|
||||
<div class="btn-group pull-right">
|
||||
<button type="button" class="btn btn-default btn-xs dropdown-toggle" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false" title="{{$sort}}">
|
||||
<i class="icon-sort"></i>
|
||||
</button>
|
||||
<ul class="dropdown-menu">
|
||||
<li><a href="directory?f=&order=date{{$suggest}}">{{$date}}</a></li>
|
||||
<li><a href="directory?f=&order=normal{{$suggest}}">{{$normal}}</a></li>
|
||||
<li><a href="directory?f=&order=reversedate{{$suggest}}">{{$reversedate}}</a></li>
|
||||
<li><a href="directory?f=&order=reverse{{$suggest}}">{{$reverse}}</a></li>
|
||||
</ul>
|
||||
</div>
|
||||
<h2>{{$dirlbl}}{{if $search}}: {{$safetxt}}{{/if}}</h2>
|
||||
<div class="clear"></div>
|
||||
</div>
|
||||
{{foreach $entries as $entry}}
|
||||
{{include file="direntry.tpl"}}
|
||||
|
||||
@@ -1,9 +1,14 @@
|
||||
<div class="page">
|
||||
|
||||
<div class="generic-content-wrapper" id="page-content-wrapper" >
|
||||
{{if $title}}<h2 class="page-title">{{$title}}</h2>{{/if}}
|
||||
<div class="page-author"><a class="page-author-link" href="{{$auth_url}}">{{$author}}</a></div>
|
||||
<div class="page-date">{{$date}}</div>
|
||||
<div class="page-body">{{$body}}</div>
|
||||
</div>
|
||||
<div class="generic-content-wrapper" id="page-content-wrapper" >
|
||||
{{if $title}}
|
||||
<div class="section-title-wrapper">
|
||||
<h2 class="page-title">{{$title}}</h2>
|
||||
</div>
|
||||
{{/if}}
|
||||
<div class="section-content-wrapper">
|
||||
<div class="page-author"><a class="page-author-link" href="{{$auth_url}}">{{$author}}</a></div>
|
||||
<div class="page-date">{{$date}}</div>
|
||||
<div class="page-body">{{$body}}</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
@@ -21,7 +21,7 @@
|
||||
|
||||
{{$comment}}
|
||||
|
||||
<div class="wall-item-outside-wrapper-end{{$indent}}" ></div>
|
||||
<div class="clear{{if $indent}} {{$indent}}{{/if}}"></div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
|
||||
@@ -57,7 +57,7 @@
|
||||
<a href='{{$item.conv.href}}' id='context-{{$item.id}}' title='{{$item.conv.title}}'>{{$item.conv.title}}</a>
|
||||
</div>
|
||||
{{/if}}
|
||||
<div class="wall-item-outside-wrapper-end {{$item.indent}}" ></div>
|
||||
<div class="clear{{if $indent}} {{$indent}}{{/if}}"></div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user