settings-personal.css 806 B

1234567891011121314151617181920212223242526272829303132333435363738394041
  1. #fileSharingSettings img {
  2. cursor: pointer;
  3. }
  4. #fileSharingSettings xmp {
  5. margin-top: 0;
  6. white-space: pre-wrap;
  7. }
  8. #fileSharingSettings .icon {
  9. background-size: 16px 16px;
  10. display: inline-block;
  11. position: relative;
  12. top: 3px;
  13. margin-left: 5px;
  14. }
  15. [class^="social-"], [class*=" social-"] {
  16. background-repeat: no-repeat;
  17. background-position: 2px;
  18. min-width: 16px;
  19. min-height: 16px;
  20. padding-left: 29px;
  21. background-size: 24px;
  22. }
  23. .social-gnu {
  24. background-image: url('../img/social-gnu.svg');
  25. }
  26. .social-diaspora {
  27. background-image: url('../img/social-diaspora.svg');
  28. }
  29. .social-twitter {
  30. background-image: url('../img/social-twitter.svg');
  31. }
  32. .social-facebook {
  33. background-image: url('../img/social-facebook.svg');
  34. }
  35. .social-googleplus {
  36. background-image: url('../img/social-googleplus.svg');
  37. }