tripal_chado.css 900 B

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748
  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. .residues-formatter {
  22. border: 1px solid #dddddd;
  23. color: #000000;
  24. height: 300px;
  25. max-width: 500px;
  26. overflow: scroll;
  27. white-space: normal;
  28. background-color: white;
  29. }
  30. .form-field-ui-field-overview-storage-logo {
  31. height: 10px;
  32. }
  33. #edit-feature-pub #autocomplete li {
  34. white-space: normal;
  35. margin: 0;
  36. border-bottom: 0.5px solid #666666;
  37. }
  38. #autocomplete {
  39. width: 600px !important;
  40. }