mirror of
https://github.com/discourse/discourse.git
synced 2025-02-25 18:55:32 -06:00
more topic summary tweaks
This commit is contained in:
parent
24ddb6cfad
commit
00910679ad
@ -372,8 +372,6 @@ a.star {
|
|||||||
color: scale-color($primary, $lightness: 50%);
|
color: scale-color($primary, $lightness: 50%);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
.avatars {
|
.avatars {
|
||||||
> div {
|
> div {
|
||||||
float: left;
|
float: left;
|
||||||
@ -388,7 +386,11 @@ a.star {
|
|||||||
font-weight: normal;
|
font-weight: normal;
|
||||||
font-size: 11px;
|
font-size: 11px;
|
||||||
line-height: 14px;
|
line-height: 14px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/* limit to one line of avatars for now */
|
||||||
|
height:30px;
|
||||||
|
overflow:hidden;
|
||||||
}
|
}
|
||||||
|
|
||||||
.avatar {
|
.avatar {
|
||||||
@ -417,7 +419,7 @@ a.star {
|
|||||||
.avatars,
|
.avatars,
|
||||||
.links,
|
.links,
|
||||||
.information {
|
.information {
|
||||||
padding: 7px 14px;
|
padding: 7px 10px;
|
||||||
color: $primary;
|
color: $primary;
|
||||||
}
|
}
|
||||||
.information {
|
.information {
|
||||||
@ -430,9 +432,14 @@ a.star {
|
|||||||
|
|
||||||
.topic-links {
|
.topic-links {
|
||||||
.badge-notification {
|
.badge-notification {
|
||||||
margin-right: 5px;
|
margin: 1px 5px 2px 0;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
td {
|
||||||
|
vertical-align: top;
|
||||||
|
}
|
||||||
|
|
||||||
.buttons {
|
.buttons {
|
||||||
float: right;
|
float: right;
|
||||||
.btn {
|
.btn {
|
||||||
|
@ -207,6 +207,10 @@ a.star {
|
|||||||
font-size: 11px;
|
font-size: 11px;
|
||||||
line-height: 14px;
|
line-height: 14px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/* limit to one line of avatars for now */
|
||||||
|
height:30px;
|
||||||
|
overflow:hidden;
|
||||||
}
|
}
|
||||||
|
|
||||||
.avatar {
|
.avatar {
|
||||||
@ -240,7 +244,7 @@ a.star {
|
|||||||
.avatars,
|
.avatars,
|
||||||
.links,
|
.links,
|
||||||
.information {
|
.information {
|
||||||
padding: 7px 14px;
|
padding: 7px 10px;
|
||||||
color: $primary;
|
color: $primary;
|
||||||
overflow: auto;
|
overflow: auto;
|
||||||
}
|
}
|
||||||
@ -255,9 +259,14 @@ a.star {
|
|||||||
|
|
||||||
.topic-links {
|
.topic-links {
|
||||||
.badge-notification {
|
.badge-notification {
|
||||||
margin-right: 5px;
|
margin-right: 1px 5px 2px 0;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
td {
|
||||||
|
vertical-align: top;
|
||||||
|
}
|
||||||
|
|
||||||
.buttons {
|
.buttons {
|
||||||
float: right;
|
float: right;
|
||||||
.btn {
|
.btn {
|
||||||
|
Loading…
Reference in New Issue
Block a user