tripal_chado.css 707 B

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