tripaldsfeature.css 765 B

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061
  1. .ds-right {
  2. width: 75%;
  3. float: right;
  4. }
  5. .ds-left {
  6. width: 23%;
  7. float: left;
  8. }
  9. .tripal-ds-button {
  10. height: 15px;
  11. vertical-align: text-top;
  12. }
  13. .hideTripalPane {
  14. display: none;
  15. }
  16. .showTripalPane {
  17. display: inherit;
  18. }
  19. /*
  20. fieldset {
  21. border: none!important;
  22. }
  23. th {
  24. border-bottom: none;
  25. }
  26. .tripal-entity-unattached {
  27. vertical-align: top;
  28. border-top: 1px solid #CCCCCC;
  29. font-size: 14px;
  30. }
  31. .tripal-entity-unattached .field-label {
  32. font-weight: bold;
  33. font-size: 16px;
  34. padding: 10px 0;
  35. }
  36. .tripal-entity-unattached .field {
  37. padding: 10px 0 0 20px;
  38. }
  39. .tripal-entity-unattached tr.odd {
  40. border: none;
  41. background: none;
  42. padding: 0;
  43. }
  44. .tripal-entity-unattached tbody {
  45. border: none;
  46. }
  47. fieldset.collapsed {
  48. height: 2em!important;
  49. }
  50. */