tripal_analysis_kegg.css 934 B

12345678910111213141516171819202122232425262728293031323334353637383940414243444546
  1. /*
  2. Copyright 2009 Clemson University
  3. */
  4. .tripal_kegg-info-box, .tripal_kegg_summary-info-box {
  5. margin-top: 10px;
  6. margin-left: 0px;
  7. margin-right: 0px;
  8. margin-bottom: 0px;
  9. padding-top: 0px;
  10. padding-left: 0px;
  11. padding-bottom: 0px;
  12. padding-right: 0px;
  13. border-collapse: collapse;
  14. z-index: 10;
  15. }
  16. .tripal_kegg_brite_terms {
  17. line-height: 170%;
  18. text-align: left;
  19. }
  20. #tripal_kegg_brite_hierarchy {
  21. border-collapse: separate;
  22. }
  23. #tripal_kegg_brite_links {
  24. background-image:url("../images/kegg.gif");/*TODO: figure out what to do about images in tripal extensions*/
  25. background-repeat: no-repeat;
  26. padding-left:20px;
  27. }
  28. #tripal_kegg_feature_links {
  29. background-image:none;
  30. background-repeat: no-repeat;
  31. padding:0px 0px 0px 0px;
  32. }
  33. .tripal_kegg_results_table #tripal_kegg_brite_links {
  34. padding: 0px 0px 0px 22px;
  35. }
  36. #tripal_kegg_brite_results {
  37. height: 600px;
  38. overflow: auto;
  39. }