tripal_chado.css 398 B

123456789101112131415161718192021222324
  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. .kvproperty-adder-widget-item {
  10. float: left;
  11. margin-right: 10px;
  12. }
  13. .residues-formatter {
  14. border: 1px solid #dddddd;
  15. color: #000000;
  16. height: 300px;
  17. max-width: 500px;
  18. overflow: scroll;
  19. white-space: normal;
  20. background-color: white;
  21. }