tripal_ws.css 654 B

12345678910111213141516171819202122232425262728293031323334353637
  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. }
  9. .tripal-remote--data-field-dl dt {
  10. float: left;
  11. padding-right: 5px;
  12. }
  13. .tripal-remote--data-field-table {
  14. width: 100%;
  15. }
  16. .tripal-remote--data-field-table tr {
  17. background: none;
  18. }
  19. .tripal-remote--data-field-table td {
  20. border-left: none;
  21. border-right: none;
  22. text-align: left;
  23. vertical-align: top;
  24. }
  25. .tripal-remote--data-field-table th{
  26. border: none;
  27. }
  28. .tripal-remote--data-field-table tr:last-child td {
  29. border-bottom: none;
  30. }
  31. .tripal-remote--data-field-table-label {
  32. font-weight: bold;
  33. }