tripal_analysis_kegg.css 909 B

123456789101112131415161718192021222324252627282930313233343536373839404142434445
  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_results .tripal_expandableBoxContent table {
  21. border-collapse: separate;
  22. }
  23. #tripal_kegg_brite_links {
  24. background-image:url("../images/kegg.gif");
  25. background-repeat: no-repeat;
  26. }
  27. #tripal_kegg_feature_links {
  28. background-image:none;
  29. background-repeat: no-repeat;
  30. padding:0px 0px 0px 0px;
  31. }
  32. .tripal_kegg_results_table #tripal_kegg_brite_links {
  33. padding: 0px 0px 0px 22px;
  34. }
  35. #tripal_kegg_brite_results .tripal_expandableBoxContent {
  36. height: 600px;
  37. overflow: auto;
  38. }