Skip to content

Commit

Permalink
Semantic updates to some CSS class names. refs #4258
Browse files Browse the repository at this point in the history
  • Loading branch information
Daz Oakley committed Feb 15, 2011
1 parent 5264332 commit d074d75
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 14 deletions.
14 changes: 7 additions & 7 deletions config/server/dataviews/wtsi-phenotyping/stylesheet.css
Expand Up @@ -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;
Expand All @@ -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;
Expand All @@ -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);
}
Expand Up @@ -57,9 +57,9 @@
</div>

<h6><a href="">Images</a></h6>
<div class="wtsi-phenotyping-expression-images">
<div class="wtsi-phenotyping-images">
<% unless @data[:images].nil? or @data[:images].empty? %>
<ul class="wtsi-phenotyping-expression-image-list">
<ul class="wtsi-phenotyping-image-list">
<% @data[:images].each do |img| %>
<%= partial( "dataviews/wtsi-phenotyping/expression_images", :locals => { :img => img, :gallery_name => "adultexp" } ) %>
<% end %>
Expand All @@ -70,7 +70,7 @@
</div>

<h6><a href="">Background LacZ Staining in Adult</a></h6>
<div class="wtsi-phenotyping-expression-images">
<div class="wtsi-phenotyping-images">
<p style="text-align:left">
The adult wholemount LacZ expression protocol has been refined to minimize
background staining however, it can still occur. We have systematically
Expand Down Expand Up @@ -98,7 +98,7 @@
Examples of the pattern and level of background stain are presented below.
</p>

<ul class="wtsi-phenotyping-expression-image-list">
<ul class="wtsi-phenotyping-image-list">
<% @bg_staining_imgs.each do |img| %>
<%= partial( "dataviews/wtsi-phenotyping/expression_images", :locals => { :img => img, :gallery_name => "bgstain" } ) %>
<% end %>
Expand Down
Expand Up @@ -53,9 +53,9 @@
</div>

<h6><a href="">Images</a></h6>
<div class="wtsi-phenotyping-expression-images">
<div class="wtsi-phenotyping-images">
<% unless @data[:images].nil? or @data[:images].empty? %>
<ul class="wtsi-phenotyping-expression-image-list">
<ul class="wtsi-phenotyping-image-list">
<% @data[:images].each do |img| %>
<%= partial( "dataviews/wtsi-phenotyping/expression_images", :locals => { :img => img, :gallery_name => "embryoexp" } ) %>
<% end %>
Expand All @@ -66,7 +66,7 @@
</div>

<h6><a href="">Background LacZ Staining in Embryo - <span class="header_annotation">No background LacZ staining detected in day 14.5 embryos</span></a></h6>
<div class="wtsi-phenotyping-expression-images">
<div class="wtsi-phenotyping-images">
No background LacZ staining detected in day 14.5 embryos
</div>
</div>
Expand Down

0 comments on commit d074d75

Please sign in to comment.