Categories page tweaks. Vertical align top the first two columns, padding fixes.

This commit is contained in:
Neil Lalonde 2013-12-20 16:51:39 -05:00
parent f91cb11666
commit c42e9ea178
2 changed files with 23 additions and 0 deletions

View file

@ -253,6 +253,15 @@
th.stats {
width: 90px;
}
td.latest {
vertical-align: top;
padding: 8px;
}
td.category {
vertical-align: top;
padding-top: 15px;
padding-bottom: 15px;
}
td.stats {
.unit {
font-size: 11px;
@ -307,6 +316,11 @@
color: #888;
}
}
.badge-category {
display: inline-block;
margin-top: 1px;
}
}

View file

@ -163,6 +163,15 @@
// --------------------------------------------------
#topic-list.categories {
td.latest {
vertical-align: top;
padding: 5px;
}
td.category {
vertical-align: top;
padding-top: 15px;
padding-bottom: 15px;
}
.badge-category {
display: inline-block;
margin-top: 1px;