Merge pull request #6059 from svbergerem/bootstrap3-likes-style
Bootstrap3: fix likes avatars and conversation participants
This commit is contained in:
commit
c1813aafa6
2 changed files with 2 additions and 2 deletions
|
|
@ -50,7 +50,7 @@
|
||||||
background-color: lighten($blue,5%);
|
background-color: lighten($blue,5%);
|
||||||
cursor: pointer;
|
cursor: pointer;
|
||||||
.participants {
|
.participants {
|
||||||
height: 25px;
|
height: 31px;
|
||||||
margin-top: 5px;
|
margin-top: 5px;
|
||||||
padding-top: 5px;
|
padding-top: 5px;
|
||||||
border-color: rgba($border-grey, 1)
|
border-color: rgba($border-grey, 1)
|
||||||
|
|
|
||||||
|
|
@ -66,7 +66,7 @@
|
||||||
margin-top: 10px;
|
margin-top: 10px;
|
||||||
font-size: 12px;
|
font-size: 12px;
|
||||||
line-height: 16px;
|
line-height: 16px;
|
||||||
.bd { display: inline-block; }
|
.author-name, .bd { display: inline-block; }
|
||||||
.entypo.heart {
|
.entypo.heart {
|
||||||
display: inline-block;
|
display: inline-block;
|
||||||
font-size: 16px;
|
font-size: 16px;
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue