tripal_chado.css 1.1 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061
  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. max-width: 500px;
  25. white-space: normal;
  26. background-color: transparent;
  27. margin: 0px;
  28. padding: 0px;
  29. }
  30. .residues-formatter {
  31. color: black;
  32. max-width: 500px;
  33. white-space: normal;
  34. background-color: transparent;
  35. margin: 0px;
  36. padding: 0px;
  37. }
  38. .form-field-ui-field-overview-storage-logo {
  39. height: 10px;
  40. }
  41. #edit-feature-pub #autocomplete li {
  42. white-space: normal;
  43. margin: 0;
  44. border-bottom: 0.5px solid #666666;
  45. }
  46. #autocomplete {
  47. width: 600px !important;
  48. }
  49. .properties-field-list {
  50. margin: 0px;
  51. }