tripal_chado.css 1.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960
  1. @CHARSET "UTF-8";
  2. .synonym-widget-item,
  3. .primary-dbxref-widget-item,
  4. .secondary-dbxref-widget-item,
  5. .kvproperty-adder-widget-item,
  6. .chado-linker--relationship-widget-item,
  7. .chado-linker--relationship-instance-settings-option2-item,
  8. .annotation-cvterm-widget-item {
  9. float: left;
  10. margin-right: 10px;
  11. }
  12. .chado-linker--relationship-instance-settings-option2 {
  13. float:left;
  14. clear:both;
  15. width:100%;
  16. }
  17. .primary-dbxref-widget-links,
  18. .secondary-dbxref-widget-links {
  19. clear: both;
  20. }
  21. .protein-residues-formatter {
  22. color: black;
  23. height: 100px;
  24. max-width: 500px;
  25. overflow: scroll;
  26. white-space: normal;
  27. background-color: transparent;
  28. margin: 0px;
  29. padding: 0px;
  30. }
  31. .residues-formatter {
  32. color: black;
  33. height: 300px;
  34. max-width: 500px;
  35. overflow: scroll;
  36. white-space: normal;
  37. background-color: transparent;
  38. margin: 0px;
  39. padding: 0px;
  40. }
  41. .form-field-ui-field-overview-storage-logo {
  42. height: 10px;
  43. }
  44. #edit-feature-pub #autocomplete li {
  45. white-space: normal;
  46. margin: 0;
  47. border-bottom: 0.5px solid #666666;
  48. }
  49. #autocomplete {
  50. width: 600px !important;
  51. }