tripal_chado.css 1.1 KB

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