1234567891011121314151617181920212223242526272829303132333435363738394041424344454647 |
- /**
- * @file
- * CSS related to Tripal Bulk Loader
- */
- /**
- * Tripal Bulk Loading Job Node
- */
- #expired-constants .fieldset-wrapper, #expired-constants fieldset {
- border-color: #ed5;
- background-color: #fffce5;
- }
- #expired-constants legend {
- border-color: #ed5;
- background-color: #DDDAC0;
- color: #840;
- }
- /**
- * Tripal Bulk Loader Edit Template Form.
- */
- #tripal-bulk-loader-modify-template-base-form tr.odd .form-item, tr.even .form-item {
- white-space: normal;
- word-wrap: break-word;
- }
- #tripal-bulk-loader-modify-template-base-form .fieldset-description {
- padding-top: 20px;
- }
- #tripal-bulk-loader-modify-template-base-form td.tbl-drag{
- width: 20px;
- }
- #tripal-bulk-loader-modify-template-base-form td.tbl-action-record-links {
- width: 150px;
- }
- #tripal-bulk-loader-modify-template-base-form td.tbl-action-field-links {
- width: 100px;
- }
- #tripal-bulk-loader-modify-template-base-form td.data-column {
- text-align: center;
- width: 50px;
- }
- #tripal-bulk-loader-modify-template-base-form td.field-type {
- text-align: center;
- width: 50px;
- }
|