tripal_chado.css 1.1 KB

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