mirror of
https://github.com/codeninjasllc/discourse.git
synced 2024-11-24 08:09:13 -05:00
more topic summary tweaks
This commit is contained in:
parent
24ddb6cfad
commit
00910679ad
2 changed files with 23 additions and 7 deletions
|
@ -372,8 +372,6 @@ a.star {
|
|||
color: scale-color($primary, $lightness: 50%);
|
||||
}
|
||||
|
||||
|
||||
|
||||
.avatars {
|
||||
> div {
|
||||
float: left;
|
||||
|
@ -389,6 +387,10 @@ a.star {
|
|||
font-size: 11px;
|
||||
line-height: 14px;
|
||||
}
|
||||
|
||||
/* limit to one line of avatars for now */
|
||||
height:30px;
|
||||
overflow:hidden;
|
||||
}
|
||||
|
||||
.avatar {
|
||||
|
@ -417,7 +419,7 @@ a.star {
|
|||
.avatars,
|
||||
.links,
|
||||
.information {
|
||||
padding: 7px 14px;
|
||||
padding: 7px 10px;
|
||||
color: $primary;
|
||||
}
|
||||
.information {
|
||||
|
@ -430,9 +432,14 @@ a.star {
|
|||
|
||||
.topic-links {
|
||||
.badge-notification {
|
||||
margin-right: 5px;
|
||||
margin: 1px 5px 2px 0;
|
||||
}
|
||||
}
|
||||
|
||||
td {
|
||||
vertical-align: top;
|
||||
}
|
||||
|
||||
.buttons {
|
||||
float: right;
|
||||
.btn {
|
||||
|
|
|
@ -207,6 +207,10 @@ a.star {
|
|||
font-size: 11px;
|
||||
line-height: 14px;
|
||||
}
|
||||
|
||||
/* limit to one line of avatars for now */
|
||||
height:30px;
|
||||
overflow:hidden;
|
||||
}
|
||||
|
||||
.avatar {
|
||||
|
@ -240,7 +244,7 @@ a.star {
|
|||
.avatars,
|
||||
.links,
|
||||
.information {
|
||||
padding: 7px 14px;
|
||||
padding: 7px 10px;
|
||||
color: $primary;
|
||||
overflow: auto;
|
||||
}
|
||||
|
@ -255,9 +259,14 @@ a.star {
|
|||
|
||||
.topic-links {
|
||||
.badge-notification {
|
||||
margin-right: 5px;
|
||||
margin-right: 1px 5px 2px 0;
|
||||
}
|
||||
}
|
||||
|
||||
td {
|
||||
vertical-align: top;
|
||||
}
|
||||
|
||||
.buttons {
|
||||
float: right;
|
||||
.btn {
|
||||
|
|
Loading…
Reference in a new issue