tripal_chado.css 620 B

1234567891011121314151617181920212223242526272829303132333435
  1. @CHARSET "UTF-8";
  2. .synonym-widget-item,
  3. .primary-dbxref-widget-item,
  4. .secondary-dbxref-widget-item,
  5. .kvproperty-adder-widget-item {
  6. float: left;
  7. margin-right: 10px;
  8. }
  9. .primary-dbxref-widget-links,
  10. .secondary-dbxref-widget-links {
  11. clear: both;
  12. }
  13. .residues-formatter {
  14. border: 1px solid #dddddd;
  15. color: #000000;
  16. height: 300px;
  17. max-width: 500px;
  18. overflow: scroll;
  19. white-space: normal;
  20. background-color: white;
  21. }
  22. .form-field-ui-field-overview-storage-logo {
  23. height: 10px;
  24. }
  25. #edit-feature-pub #autocomplete li {
  26. white-space: normal;
  27. margin: 0;
  28. border-bottom: 0.5px solid #666666;
  29. }