Merge pull request #3353 from awesomerobot/master

rounding the post-count squares in topic summaries
This commit is contained in:
Régis Hanol 2015-04-08 22:39:15 +02:00
commit 797a95cfc1
2 changed files with 10 additions and 10 deletions

View File

@ -350,12 +350,13 @@ a.star {
} }
.post-count { .post-count {
position: absolute; position: absolute;
top: 2px; right: 3px;
right: 6px; border-radius: 100px;
padding: 0 4px; padding: 4px 5px 2px 5px;
text-align: center;
font-weight: normal; font-weight: normal;
font-size: 11px; font-size: 11px;
line-height: 14px; line-height: 1;
} }
} }

View File

@ -188,14 +188,14 @@ a.star {
} }
.post-count { .post-count {
position: absolute; position: absolute;
top: 2px; right: 3px;
right: 6px; border-radius: 100px;
padding: 0 4px; padding: 4px 5px 2px 5px;
text-align: center;
font-weight: normal; font-weight: normal;
font-size: 11px; font-size: 11px;
line-height: 14px; line-height: 1;
} }
} }
/* in expanded avatar view, limit to one line for now */ /* in expanded avatar view, limit to one line for now */
@ -500,4 +500,3 @@ span.highlighted {
.read-state { .read-state {
display: none; display: none;
} }