tripal_chado.css 868 B

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647
  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. float: left;
  9. margin-right: 10px;
  10. }
  11. .chado-linker--relationship-instance-settings-option2 {
  12. float:left;
  13. clear:both;
  14. width:100%;
  15. }
  16. .primary-dbxref-widget-links,
  17. .secondary-dbxref-widget-links {
  18. clear: both;
  19. }
  20. .residues-formatter {
  21. border: 1px solid #dddddd;
  22. color: #000000;
  23. height: 300px;
  24. max-width: 500px;
  25. overflow: scroll;
  26. white-space: normal;
  27. background-color: white;
  28. }
  29. .form-field-ui-field-overview-storage-logo {
  30. height: 10px;
  31. }
  32. #edit-feature-pub #autocomplete li {
  33. white-space: normal;
  34. margin: 0;
  35. border-bottom: 0.5px solid #666666;
  36. }
  37. #autocomplete {
  38. width: 600px !important;
  39. }