tripaldsfeature.css 725 B

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