Skip to content
Snippets Groups Projects
Commit 86567d04 authored by cramakri's avatar cramakri
Browse files

CCS-9 SP-304 : Improved text and style of Chicago data browser.

SVN: 27115
parent 71cceec4
No related branches found
No related tags found
No related merge requests found
...@@ -558,11 +558,11 @@ AppModel.prototype.initializeOd600WithPhenotypesAndPredictionsModel = function(c ...@@ -558,11 +558,11 @@ AppModel.prototype.initializeOd600WithPhenotypesAndPredictionsModel = function(c
model.od600StrainsWithPhenotypesAndPredictionsGroups = []; model.od600StrainsWithPhenotypesAndPredictionsGroups = [];
model.od600StrainsWithPhenotypesAndPredictionsGroups.push({ model.od600StrainsWithPhenotypesAndPredictionsGroups.push({
"mainGroupName" : "Strains with phenotypes, predictions and data in OpenBIS", "mainGroupName" : "Strains with data in openBIS",
"groups" : createStrainGroups(strainsKnownToOpenbisWithPhenotypesAndPredictions) "groups" : createStrainGroups(strainsKnownToOpenbisWithPhenotypesAndPredictions)
}); });
model.od600StrainsWithPhenotypesAndPredictionsGroups.push({ model.od600StrainsWithPhenotypesAndPredictionsGroups.push({
"mainGroupName" : "Strains with phenotypes or predictions but no data in OpenBIS", "mainGroupName" : "Strains without data in openBIS",
"groups" : createStrainGroups(strainsUnknownToOpenbisWithPhenotypesOrPredictions) "groups" : createStrainGroups(strainsUnknownToOpenbisWithPhenotypesOrPredictions)
}); });
......
...@@ -7,6 +7,8 @@ h2 { ...@@ -7,6 +7,8 @@ h2 {
} }
h3 { font: 12px; } h3 { font: 12px; }
.strainsMainGroup h2 { font-size: 22px;}
.strains { padding-bottom: 10px; } .strains { padding-bottom: 10px; }
.strains table { .strains table {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment