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
+12 -5
View File
@@ -372,8 +372,6 @@ a.star {
color: scale-color($primary, $lightness: 50%);
}
.avatars {
> div {
float: left;
@@ -388,7 +386,11 @@ a.star {
font-weight: normal;
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 {
+11 -2
View File
@@ -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 {