Tripal v1.0 (6.x-1.0)
tripal_views_integration_fields_form.tpl.php
Go to the documentation of this file.
00001 <?php
00006 ?>
00007 
00008 <style type="text/css">
00009 
00010 #tripal-views-integration-form  .fields-new-row, .field-headers {
00011    dislay: block;
00012    margin: 0px;
00013    border-bottom-style: solid;
00014    border-bottom-width: 1px;
00015 }
00016 
00017 #tripal-views-integration-form .form-item {
00018    margin: 0px 0px 5px 0px;
00019 }
00020 
00021 #tripal-views-integration-form .column-one, .column-two, .column-three, .column-four {
00022    display: inline-block;
00023    margin: 0px;
00024    vertical-align: top;
00025    margin-left: 15px;
00027 }
00028 
00029 #tripal-views-integration-form  .field-headers {
00030    font-weight: bold;
00031 }
00032 
00033 #tripal-views-integration-form  .field-headers div {
00034    display: inline-block;
00035    margin: 0px;
00036    vertical-align: top;
00037 }
00038 
00039 #tripal-views-integration-form .column-name {
00040    font-weight: bold;
00041 }
00042 
00043 #tripal-views-integration-form .column-type {
00044    font-style: italic;
00045 }
00046 
00047 #tripal-views-integration-form .column-one {
00048    width: 10%;
00049    height: 50px;
00050 }
00051 
00052 #tripal-views-integration-form .column-two, .column-three, .column-four {
00053    width: 25%;
00054 }
00055 
00056 #tripal-views-integration-form  .fields-new-row {
00057    padding-bottom: 10px;
00058    margin-bottom: 5px;
00059    padding-top: 10px;
00060 }
00061 
00062 </style>
00063 
00064 <?php print drupal_render($form); ?>
00065 
00066 <!-- END -->
00067 
 All Classes Files Functions Variables