UX: move category below title in search

This commit is contained in:
Sam 2015-08-06 17:13:30 +10:00
parent d11cd82ba0
commit 665c3690bb
2 changed files with 10 additions and 2 deletions

View File

@ -17,7 +17,11 @@
{{avatar result imageSize="tiny"}}
<a class='search-link' href='{{unbound result.url}}'>
{{topic-status topic=result.topic disableActions=true}}<span class='topic-title'>{{unbound result.topic.title}}</span>
</a>{{category-link result.topic.category}}
</a>
<div class='search-category'>
{{category-link result.topic.category}}
{{plugin-outlet "full-page-search-category"}}
</div>
</div>
<div class='blurb container'>
<span class='date'>

View File

@ -4,6 +4,10 @@
max-width: inherit;
}
.search-category {
margin-top: 3px;
}
margin-bottom: 28px;
max-width: 675px;
.topic {
@ -26,7 +30,7 @@
clear: both;
color: scale-color($primary, $lightness: 40%);
.date {
color: scale-color($primary, $lightness: 60%);
color: scale-color($primary, $lightness: 40%);
}
.search-highlight {