tripaldsfeature.css 657 B

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152
  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. /*
  13. fieldset {
  14. border: none!important;
  15. }
  16. th {
  17. border-bottom: none;
  18. }
  19. .tripal-entity-unattached {
  20. vertical-align: top;
  21. border-top: 1px solid #CCCCCC;
  22. font-size: 14px;
  23. }
  24. .tripal-entity-unattached .field-label {
  25. font-weight: bold;
  26. font-size: 16px;
  27. padding: 10px 0;
  28. }
  29. .tripal-entity-unattached .field {
  30. padding: 10px 0 0 20px;
  31. }
  32. .tripal-entity-unattached tr.odd {
  33. border: none;
  34. background: none;
  35. padding: 0;
  36. }
  37. .tripal-entity-unattached tbody {
  38. border: none;
  39. }
  40. fieldset.collapsed {
  41. height: 2em!important;
  42. }
  43. */