Merge remote-tracking branch 'origin/master' into develop

main
Julian Lam 8 years ago
commit c82db8c302

@ -2,6 +2,11 @@
.user-img {
.user-icon-style(24px, 1.5, 50%);
}
.post-search-item {
.bootstrap-tagsinput {
display: block;
}
}
}
.search-result-text {
@ -23,3 +28,4 @@
padding: 4px 6px;
}
}

@ -1,6 +1,6 @@
{
"name": "nodebb-theme-persona",
"version": "4.1.88",
"version": "4.1.90",
"nbbpm": {
"compatibility": "^0.8.2 || ^0.9.0 || ^1.0.0"
},

@ -18,9 +18,11 @@
<!-- ENDIF !config.hideSubCategories -->
</h2>
<span class="visible-xs pull-right">
<!-- IF ../teaser.timestampISO -->
<a class="permalink" href="{../teaser.url}">
<small class="timeago" title="{../teaser.timestampISO}"></small>
</a>
<!-- ENDIF ../teaser.timestampISO -->
</span>
</div>

@ -48,6 +48,11 @@
<input type="checkbox" id="search-children"> [[search:search-child-categories]]
</div>
<div class="form-group post-search-item">
<label>[[search:has-tags]]</label>
<input type="text" class="form-control" id="has-tags">
</div>
<div class="form-group post-search-item">
<label>[[search:reply-count]]</label>
<div class="row">

Loading…
Cancel
Save