category view starting to look like it should

v1.18.x
psychobunny 12 years ago
parent 4373037071
commit 316077fffb

@ -8,7 +8,6 @@
li { li {
list-style: none; list-style: none;
//border-bottom: 1px solid #eee; //border-bottom: 1px solid #eee;
margin-bottom: 10px;
padding-bottom: 10px; padding-bottom: 10px;
&.deleted { &.deleted {
@ -49,7 +48,7 @@
.topic-row { .topic-row {
border-radius: 5px; border-radius: 5px;
padding-left: 20px; padding: 5px 5px 5px 20px;
border: 1px solid rgba(0, 0, 0, 0.2); border: 1px solid rgba(0, 0, 0, 0.2);
small { small {
@ -107,9 +106,8 @@
height: 50px; height: 50px;
line-height: 16px; line-height: 16px;
margin-left: 1px; margin-left: 1px;
padding: 5px; padding: 2px 5px 5px 20px;
border-left: 1px solid #bbb; border-left: 1px solid #bbb;
padding-left: 20px;
img { img {
display: block; display: block;

@ -41,7 +41,7 @@
<div class="col-md-12 topic-row"> <div class="col-md-12 topic-row">
<div class="latest-post visible-lg visible-md"> <div class="latest-post visible-lg visible-md">
<div class="pull-right"> <div class="pull-right">
<img style="width: 48px; height: 48px; /*temporary*/" src="{topics.teaser_userpicture}" /> <img class="img-rounded" style="width: 48px; height: 48px; /*temporary*/" src="{topics.teaser_userpicture}" />
<p><strong>{topics.teaser_username}</strong>: {topics.teaser_text}</p> <p><strong>{topics.teaser_username}</strong>: {topics.teaser_text}</p>
<span>posted {topics.teaser_timestamp} ago</span> <span>posted {topics.teaser_timestamp} ago</span>
</div> </div>

Loading…
Cancel
Save