participants.less 505 B

123456789101112131415161718192021222324252627282930
  1. //
  2. // Thread Participants
  3. // --------------------------------------------------
  4. .participant-card .btn-user,
  5. .participant-card .dropdown.open .btn-user {
  6. margin-bottom: @line-height-computed;
  7. &, &:hover, &:focus, &:focus:active {
  8. padding: 0px;
  9. overflow: hidden;
  10. text-align: left;
  11. }
  12. img {
  13. background-color: #fff;
  14. width: 34px;
  15. height: 34px;
  16. margin-right: 8px;
  17. }
  18. }
  19. // Panel copy
  20. .panel-participants p {
  21. margin: 0px;
  22. margin-top: @padding-base-vertical + 1px;
  23. }