mirror of
https://github.com/discourse/discourse.git
synced 2025-03-21 17:05:29 +08:00
Categories page tweaks. Vertical align top the first two columns, padding fixes.
This commit is contained in:
parent
f91cb11666
commit
c42e9ea178
@ -253,6 +253,15 @@
|
|||||||
th.stats {
|
th.stats {
|
||||||
width: 90px;
|
width: 90px;
|
||||||
}
|
}
|
||||||
|
td.latest {
|
||||||
|
vertical-align: top;
|
||||||
|
padding: 8px;
|
||||||
|
}
|
||||||
|
td.category {
|
||||||
|
vertical-align: top;
|
||||||
|
padding-top: 15px;
|
||||||
|
padding-bottom: 15px;
|
||||||
|
}
|
||||||
td.stats {
|
td.stats {
|
||||||
.unit {
|
.unit {
|
||||||
font-size: 11px;
|
font-size: 11px;
|
||||||
@ -307,6 +316,11 @@
|
|||||||
color: #888;
|
color: #888;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.badge-category {
|
||||||
|
display: inline-block;
|
||||||
|
margin-top: 1px;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
@ -163,6 +163,15 @@
|
|||||||
// --------------------------------------------------
|
// --------------------------------------------------
|
||||||
|
|
||||||
#topic-list.categories {
|
#topic-list.categories {
|
||||||
|
td.latest {
|
||||||
|
vertical-align: top;
|
||||||
|
padding: 5px;
|
||||||
|
}
|
||||||
|
td.category {
|
||||||
|
vertical-align: top;
|
||||||
|
padding-top: 15px;
|
||||||
|
padding-bottom: 15px;
|
||||||
|
}
|
||||||
.badge-category {
|
.badge-category {
|
||||||
display: inline-block;
|
display: inline-block;
|
||||||
margin-top: 1px;
|
margin-top: 1px;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user