mirror of
https://github.com/codeninjasllc/discourse.git
synced 2024-11-28 01:56:01 -05:00
Categories page tweaks. Vertical align top the first two columns, padding fixes.
This commit is contained in:
parent
f91cb11666
commit
c42e9ea178
2 changed files with 23 additions and 0 deletions
|
@ -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;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
|
|
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue