fixing the user column on the topic-list page

This commit is contained in:
Kris Aubuchon 2013-12-04 10:38:01 -05:00
parent 28bfb34488
commit 15516f34c7
2 changed files with 10 additions and 5 deletions

View File

@ -231,7 +231,7 @@ blockquote {
.topic-statuses {
float: left;
margin: 1px 3px 0 0;
margin: 0 3px 0 0;
padding: 0;
.topic-status {
padding: 0 2px 0 0;

View File

@ -152,14 +152,18 @@
@include medium-width {
.main-link {
width: 380px;
width: 300px;
}
}
@include small-width {
@include small-width {
.main-link {
width: 335px;
width: 300px;
}
}
.topic-statuses:empty {
display: none;
}
@ -178,7 +182,8 @@
width: 140px;
}
.posters {
width: 170px;
max-width: 220px;
min-width: 150px;
> a {
float: left;
margin-right: 4px;