tripaldsfeature.css 651 B

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950
  1. .ds-top {
  2. width: 100%;
  3. padding: 25px 0;
  4. }
  5. .ds-right {
  6. width: 100%;
  7. float: right;
  8. }
  9. .ds-bottom {
  10. width: 100%;
  11. }
  12. fieldset {
  13. border: none!important;
  14. }
  15. th {
  16. border-bottom: none;
  17. }
  18. .tripal-entity-unattached {
  19. vertical-align: top;
  20. border-top: 1px solid #CCCCCC;
  21. font-size: 14px;
  22. }
  23. .tripal-entity-unattached .field-label {
  24. font-weight: bold;
  25. font-size: 16px;
  26. padding: 10px 0;
  27. }
  28. .tripal-entity-unattached .field {
  29. padding: 10px 0 0 20px;
  30. }
  31. .tripal-entity-unattached tr.odd {
  32. border: none;
  33. background: none;
  34. padding: 0;
  35. }
  36. .tripal-entity-unattached tbody {
  37. border: none;
  38. }
  39. fieldset.collapsed {
  40. height: 2em!important;
  41. }