ForceDirected.css 313 B

12345678910111213141516171819202122232425262728
  1. #inner-details {
  2. font-size:12px;
  3. }
  4. span.close {
  5. color:#FF5555;
  6. cursor:pointer;
  7. font-weight:bold;
  8. margin-left:3px;
  9. }
  10. span.name {
  11. cursor: pointer;
  12. }
  13. /*TOOLTIPS*/
  14. .tip {
  15. text-align: left;
  16. width:auto;
  17. max-width:500px;
  18. }
  19. .tip-title {
  20. font-size: 11px;
  21. text-align:center;
  22. margin-bottom:2px;
  23. }