mirror of
https://github.com/codeninjasllc/discourse.git
synced 2024-11-27 17:46:05 -05:00
tighten up suggested topic table layout
This commit is contained in:
parent
ba186b25a7
commit
bab5167566
2 changed files with 16 additions and 13 deletions
|
@ -472,10 +472,24 @@ a.star {
|
|||
}
|
||||
}
|
||||
table {
|
||||
box-shadow: none;
|
||||
border-radius: 0;
|
||||
table-layout: fixed;
|
||||
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 {
|
||||
|
|
|
@ -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-med {color: #cf7721 !important;}
|
||||
.heatmap-low {color: #9b764f !important;}
|
||||
|
|
Loading…
Reference in a new issue