mirror of
https://github.com/discourse/discourse.git
synced 2025-03-21 02:45:49 +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 {
|
||||
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…
x
Reference in New Issue
Block a user