diff --git a/config/server/dataviews/wtsi-phenotyping/stylesheet.css b/config/server/dataviews/wtsi-phenotyping/stylesheet.css index 690d2a1..ddd3af2 100644 --- a/config/server/dataviews/wtsi-phenotyping/stylesheet.css +++ b/config/server/dataviews/wtsi-phenotyping/stylesheet.css @@ -138,12 +138,12 @@ table.expression_ticklist td.ambiguous { text-transform: lowercase; } -.wtsi-phenotyping-expression-images { +.wtsi-phenotyping-images { margin: 0 auto; text-align: center; } -.wtsi-phenotyping-expression-image-list li { +.wtsi-phenotyping-image-list li { list-style-type: none; margin: 5px; padding: 5px; @@ -164,7 +164,7 @@ table.expression_ticklist td.ambiguous { _height: 190px; } -.wtsi-phenotyping-expression-image-list li img { +.wtsi-phenotyping-image-list li img { padding: 2px; border: 1px solid #ccc; background-color: #fff; @@ -176,20 +176,20 @@ table.expression_ticklist td.ambiguous { width: 180px; } -.wtsi-phenotyping-expression-image-list li img:hover { +.wtsi-phenotyping-image-list li img:hover { background-color: #fcf9b2; } -.wtsi-phenotyping-expression-image-list .gender { +.wtsi-phenotyping-image-list .gender { width: 16px; height: 16px; float: right; } -.wtsi-phenotyping-expression-image-list .male { +.wtsi-phenotyping-image-list .male { background-image: url(../images/silk/male.png); } -.wtsi-phenotyping-expression-image-list .female { +.wtsi-phenotyping-image-list .female { background-image: url(../images/silk/female.png); } diff --git a/config/server/dataviews/wtsi-phenotyping/views/adult_expression_details.erubis b/config/server/dataviews/wtsi-phenotyping/views/adult_expression_details.erubis index 426950c..a05cbc8 100644 --- a/config/server/dataviews/wtsi-phenotyping/views/adult_expression_details.erubis +++ b/config/server/dataviews/wtsi-phenotyping/views/adult_expression_details.erubis @@ -57,9 +57,9 @@
Images
-
+
<% unless @data[:images].nil? or @data[:images].empty? %> -
Background LacZ Staining in Adult
-
+

The adult wholemount LacZ expression protocol has been refined to minimize background staining however, it can still occur. We have systematically @@ -98,7 +98,7 @@ Examples of the pattern and level of background stain are presented below.

-
    +
      <% @bg_staining_imgs.each do |img| %> <%= partial( "dataviews/wtsi-phenotyping/expression_images", :locals => { :img => img, :gallery_name => "bgstain" } ) %> <% end %> diff --git a/config/server/dataviews/wtsi-phenotyping/views/embryo_expression_details.erubis b/config/server/dataviews/wtsi-phenotyping/views/embryo_expression_details.erubis index 9558d2f..f94a0d4 100644 --- a/config/server/dataviews/wtsi-phenotyping/views/embryo_expression_details.erubis +++ b/config/server/dataviews/wtsi-phenotyping/views/embryo_expression_details.erubis @@ -53,9 +53,9 @@
Images
-
+
<% unless @data[:images].nil? or @data[:images].empty? %> -
    +
      <% @data[:images].each do |img| %> <%= partial( "dataviews/wtsi-phenotyping/expression_images", :locals => { :img => img, :gallery_name => "embryoexp" } ) %> <% end %> @@ -66,7 +66,7 @@
Background LacZ Staining in Embryo - No background LacZ staining detected in day 14.5 embryos
-
+
No background LacZ staining detected in day 14.5 embryos