Merge pull request #5777 from svbergerem/improve-readablity-participants-count

Conversations: Add rounded corners to participants count and improve readability
This commit is contained in:
Jonne Haß 2015-03-14 18:26:02 +01:00
commit faecbc12df

View file

@ -72,18 +72,19 @@
}
.participants_count {
opacity: 0.5;
&:before { content: '+'; }
background-color: rgba($white, 0.7);
border-bottom-left-radius: 4px;
border-bottom-right-radius: 4px;
float: left;
background-color: #fff;
margin-top: 35px;
margin-left: -50px;
text-align: center;
width: 50px;
height: 15px;
line-height: 15px;
font-size: 13px;
font-weight: bold;
height: 15px;
line-height: 15px;
margin-left: -50px;
margin-top: 35px;
text-align: center;
width: 50px;
}
.participants {