added topic/title component

main
barisusakli 10 years ago
parent ae2d87cb44
commit d69b3831b8

@ -1,8 +1,12 @@
.topic { .topic {
h1 { h1 {
font-size: 28px;
line-height: 24px; line-height: 24px;
margin-bottom: 30px; margin-bottom: 30px;
.topic-title {
font-size: 28px;
color:inherit;
}
> span { > span {
text-transform: uppercase; text-transform: uppercase;
@ -103,11 +107,11 @@
right: -5px; right: -5px;
top: 0; top: 0;
font-size: 14px; font-size: 14px;
> a { > a {
padding: 0.25em; padding: 0.25em;
} }
a { a {
color: @gray-light; color: @gray-light;
outline: none; outline: none;
@ -289,7 +293,7 @@
.thread_active_users { .thread_active_users {
text-transform: initial; text-transform: initial;
a[data-uid] { a[data-uid] {
position: relative; position: relative;
margin-left: 14px; margin-left: 14px;

@ -3,7 +3,7 @@
<h1 component="post/header" itemprop="name"> <h1 component="post/header" itemprop="name">
<i class="fa fa-thumb-tack <!-- IF !pinned -->hidden<!-- ENDIF !pinned -->"></i> <i class="fa fa-lock <!-- IF !locked -->hidden<!-- ENDIF !locked -->"></i> {title} <i class="fa fa-thumb-tack <!-- IF !pinned -->hidden<!-- ENDIF !pinned -->"></i> <i class="fa fa-lock <!-- IF !locked -->hidden<!-- ENDIF !locked -->"></i> <span class="topic-title" component="topic/title">{title}</span>
<!-- IMPORT partials/thread_sort.tpl --> <!-- IMPORT partials/thread_sort.tpl -->
<button component="topic/follow" class="btn hidden-xs hidden-sm <!-- IF isFollowing -->hidden<!-- ENDIF isFollowing -->"> <button component="topic/follow" class="btn hidden-xs hidden-sm <!-- IF isFollowing -->hidden<!-- ENDIF isFollowing -->">

Loading…
Cancel
Save