tripal.cv_lookup.css 1.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354
  1. #tripal-cv-lookup-tree {
  2. list-style-type: none;
  3. margin: 0;
  4. padding: 0;
  5. }
  6. #tripal-cv-lookup-tree .tree-node-icon {
  7. width: 22px;
  8. height: 22px;
  9. line-height: 22px;
  10. display: inline-block;
  11. vertical-align: top;
  12. text-align: center;
  13. cursor: pointer;
  14. text-indent: 0;
  15. }
  16. #tripal-cv-lookup-tree .tree-node-loading {
  17. background: url(../images/ajax-loader.gif) no-repeat;
  18. background-size: 22px 22px;
  19. }
  20. #tripal-cv-lookup-tree .tree-node-closed {
  21. background: url(../images/tree-node-closed.png) no-repeat;
  22. background-size: 22px 22px;
  23. }
  24. #tripal-cv-lookup-tree .tree-node-open {
  25. background: url(../images/tree-node-open.png) no-repeat;
  26. background-size: 22px 22px;
  27. }
  28. #tripal-cv-lookup-tree .tree-node-single {
  29. background: url(../images/tree-node-single.png) no-repeat;
  30. background-size: 22px 22px;
  31. }
  32. #tripal-cv-lookup-tree li:last-child .tree-node-closed {
  33. background: url(../images/tree-node-closed-last.png) no-repeat;
  34. background-size: 22px 22px;
  35. }
  36. #tripal-cv-lookup-tree li:last-child .tree-node-single {
  37. background: url(../images/tree-node-single-last.png) no-repeat;
  38. background-size: 22px 22px;
  39. }
  40. #tripal-cv-lookup-tree ul {
  41. margin-left: 10px;
  42. }
  43. #tripal-cv-lookup-tree li {
  44. margin: 0;
  45. padding: 0 12px;
  46. line-height: 22px;
  47. color: #369;
  48. }
  49. #tripal-cv-lookup-tree a {
  50. border-bottom-width: 1px;
  51. border-bottom-style: dotted;
  52. }