tripal_ws.css 674 B

1234567891011121314151617181920212223242526272829303132333435363738
  1. .tripal-remote--data-field {
  2. max-height: 400px;
  3. overflow: auto;
  4. width: 100%;
  5. }
  6. .tripal-remote--data-field-logo {
  7. max-height: 100px;
  8. max-width: 150px;
  9. }
  10. .tripal-remote--data-field-dl dt {
  11. float: left;
  12. padding-right: 5px;
  13. }
  14. .tripal-remote--data-field-table {
  15. width: 100%;
  16. }
  17. .tripal-remote--data-field-table tr {
  18. background: none;
  19. }
  20. .tripal-remote--data-field-table td {
  21. border-left: none;
  22. border-right: none;
  23. text-align: left;
  24. vertical-align: top;
  25. }
  26. .tripal-remote--data-field-table th{
  27. border: none;
  28. }
  29. .tripal-remote--data-field-table tr:last-child td {
  30. border-bottom: none;
  31. }
  32. .tripal-remote--data-field-table-label {
  33. font-weight: bold;
  34. }