tighten up suggested topic table layout

This commit is contained in:
Jeff Atwood 2015-01-25 00:33:48 -08:00
parent ba186b25a7
commit bab5167566
2 changed files with 16 additions and 13 deletions

View File

@ -472,10 +472,24 @@ a.star {
} }
} }
table { table {
box-shadow: none; table-layout: fixed;
border-radius: 0;
margin-top: 10px; margin-top: 10px;
} }
.topics {
padding-bottom: 15px;
}
// this forces category to take less space in suggested topics
// as the poster list is not present at all there.
th.category {
width: 150px;
}
}
#suggested-topics .topic-statuses .topic-status {
padding: 0;
i {
font-size:15px;
}
} }
span.post-count { span.post-count {

View File

@ -210,17 +210,6 @@ a:hover.reply-new {
} }
} }
#suggested-topics .topic-statuses .topic-status {
padding: 0;
i {
font-size:15px;
}
}
#suggested-topics .topics {
padding-bottom: 15px;
}
.heatmap-high {color: #fe7a15 !important;} .heatmap-high {color: #fe7a15 !important;}
.heatmap-med {color: #cf7721 !important;} .heatmap-med {color: #cf7721 !important;}
.heatmap-low {color: #9b764f !important;} .heatmap-low {color: #9b764f !important;}