tripal_views_integration_fields_form.tpl.php 1.0 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546
  1. <style type="text/css">
  2. #tripal-views-integration-form .fields-new-row, .field-headers {
  3. dislay: block;
  4. margin: 0px;
  5. border-bottom-style: solid;
  6. border-bottom-width: 1px;
  7. }
  8. #tripal-views-integration-form .form-item {
  9. margin: 0px 0px 5px 0px;
  10. }
  11. #tripal-views-integration-form .column-one, .column-two, .column-three, .column-four {
  12. display: inline-block;
  13. margin: 0px;
  14. vertical-align: top;
  15. margin-left: 15px;
  16. //border: 1px solid #000;
  17. }
  18. #tripal-views-integration-form .field-headers {
  19. font-weight: bold;
  20. }
  21. #tripal-views-integration-form .field-headers div {
  22. display: inline-block;
  23. margin: 0px;
  24. vertical-align: top;
  25. }
  26. #tripal-views-integration-form .column-name {
  27. font-weight: bold;
  28. }
  29. #tripal-views-integration-form .column-type {
  30. font-style: italic;
  31. }
  32. #tripal-views-integration-form .column-one {
  33. width: 20%;
  34. height: 50px;
  35. }
  36. #tripal-views-integration-form .fields-new-row {
  37. padding-bottom: 10px;
  38. margin-bottom: 5px;
  39. padding-top: 10px;
  40. }
  41. </style>
  42. <?php print drupal_render($form); ?>