tripal_bulk_loader.css 1.5 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364
  1. /**
  2. * @file
  3. * CSS related to Tripal Bulk Loader
  4. */
  5. /**
  6. * Tripal Bulk Loading Job Node
  7. */
  8. #expired-constants .fieldset-wrapper, #expired-constants fieldset {
  9. border-color: #ed5;
  10. background-color: #fffce5;
  11. }
  12. #expired-constants legend {
  13. border-color: #ed5;
  14. background-color: #DDDAC0;
  15. color: #840;
  16. }
  17. /**
  18. * Tripal Bulk Loader Edit Template Form.
  19. */
  20. #tripal-bulk-loader-modify-template-base-form table {
  21. width: 100%;
  22. }
  23. #tripal-bulk-loader-modify-template-base-form tr.odd .form-item, tr.even .form-item {
  24. white-space: normal;
  25. word-wrap: break-word;
  26. }
  27. #tripal-bulk-loader-modify-template-base-form .fieldset-description {
  28. padding-top: 20px;
  29. }
  30. #tripal-bulk-loader-modify-template-base-form td.tbl-drag{
  31. width: 20px;
  32. }
  33. #tripal-bulk-loader-modify-template-base-form td.tbl-action-record-links {
  34. width: 150px;
  35. }
  36. #tripal-bulk-loader-modify-template-base-form td.tbl-action-field-links {
  37. width: 100px;
  38. }
  39. #tripal-bulk-loader-modify-template-base-form td.data-column {
  40. text-align: center;
  41. width: 50px;
  42. }
  43. #tripal-bulk-loader-modify-template-base-form td.field-type {
  44. text-align: center;
  45. width: 50px;
  46. }
  47. #tripal-bulk-loader-modify-template-base-form td.field-required {
  48. text-align: center;
  49. }
  50. #tripal-bulk-loader-modify-template-base-form td.record {
  51. width: 100px;
  52. background-color: #F2F3ED;
  53. border-right: 1px solid #bebfb9;
  54. }
  55. #tripal-bulk-loader-modify-template-base-form td.record em {
  56. color: #bebfb9;
  57. }
  58. #tripal-bulk-loader-modify-template-base-form tr.record-first-row td {
  59. border-top: 1px solid #bebfb9;
  60. }