more topic summary tweaks

This commit is contained in:
Jeff Atwood 2014-06-26 00:46:16 -07:00
parent 24ddb6cfad
commit 00910679ad
2 changed files with 23 additions and 7 deletions

View File

@ -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 {

View File

@ -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 {