tripal_chado.css 585 B

12345678910111213141516171819202122232425262728293031323334
  1. @CHARSET "UTF-8";
  2. .primary-dbxref-widget-item {
  3. float: left;
  4. margin-right: 10px;
  5. }
  6. .primary-dbxref-widget-links {
  7. clear: both;
  8. }
  9. .secondary-dbxref-widget-item {
  10. float: left;
  11. margin-right: 10px;
  12. }
  13. .secondary-dbxref-widget-links {
  14. clear: both;
  15. }
  16. .kvproperty-adder-widget-item {
  17. float: left;
  18. margin-right: 10px;
  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. }