spficklin 14 سال پیش
والد
کامیت
c9dacc9448
2فایلهای تغییر یافته به همراه5 افزوده شده و 4 حذف شده
  1. 2 2
      theme_tripal/node-chado_feature.tpl.php
  2. 3 2
      theme_tripal/node-chado_organism.tpl.php

+ 2 - 2
theme_tripal/node-chado_feature.tpl.php

@@ -66,7 +66,7 @@ if (Drupal.jsEnabled) {
      elements on this page may not be used for other customizations */
   #tripal_feature_toc {
      float: left;
-     width: 350px;
+     width: 250px;
      background-color: #EEEEEE;
      -moz-border-radius: 15px;
      border-radius: 15px;
@@ -91,7 +91,7 @@ if (Drupal.jsEnabled) {
   }
   #tripal_feature_details {
      float: left;
-     width: 650px;
+     width: 590px;
      background-color: #FFFFFF;
      -moz-border-radius: 15px;
      border-radius: 15px;

+ 3 - 2
theme_tripal/node-chado_organism.tpl.php

@@ -67,7 +67,7 @@ if (Drupal.jsEnabled) {
      elements on this page may not be used for other customizations */
   #tripal_organism_toc {
      float: left;
-     width: 350px;
+     width: 250px;
      background-color: #EEEEEE;
      -moz-border-radius: 15px;
      border-radius: 15px;
@@ -92,7 +92,7 @@ if (Drupal.jsEnabled) {
   }
   #tripal_organism_details {
      float: left;
-     width: 650px;
+     width: 590px;
      background-color: #FFFFFF;
      -moz-border-radius: 15px;
      border-radius: 15px;
@@ -102,6 +102,7 @@ if (Drupal.jsEnabled) {
      padding: 20px;
      min-height: 500px;
      margin-right: 10px;
+     margin-bottom: 10px;
      border-style:solid;
      border-width:1px;
   }