tripal_cv.css 601 B

12345678910111213141516171819202122232425262728293031
  1. .treeview .placeholder {
  2. /* background: url(images/ajax-loader.gif) 0 0 no-repeat; */
  3. height: 16px;
  4. width: 16px;
  5. display: block;
  6. }
  7. #tripal_cv_cvterm_info_box {
  8. position: absolute;
  9. top: 0%; left: 30%;
  10. padding:10px;
  11. width:650px;
  12. display: none;
  13. border: 1px solid #000000;
  14. background-color: #EFEFEF;
  15. opacity: 0.90;
  16. -moz-opacity: 0.90;
  17. z-index: 10;
  18. -webkit-border-radius: 5px;
  19. -moz-border-radius: 5px;
  20. border-radius: 5px;
  21. color: #000000;
  22. }
  23. #tripal_cv_cvterm_info_box h3 {
  24. border-bottom: 1px solid #AAAAAA;
  25. }
  26. #tripal_cv_cvterm_info {
  27. color: #000000;
  28. }