diff --git a/eu_basynthec/source/html/browser/basynthec-browser.js b/eu_basynthec/source/html/browser/basynthec-browser.js index 4e229f9fcc4c8b14deb99c059b242d3b86c8b9c2..74eaed01f335fdef096136f79330cd2541f0cdae 100644 --- a/eu_basynthec/source/html/browser/basynthec-browser.js +++ b/eu_basynthec/source/html/browser/basynthec-browser.js @@ -558,11 +558,11 @@ AppModel.prototype.initializeOd600WithPhenotypesAndPredictionsModel = function(c model.od600StrainsWithPhenotypesAndPredictionsGroups = []; model.od600StrainsWithPhenotypesAndPredictionsGroups.push({ - "mainGroupName" : "Strains with phenotypes, predictions and data in OpenBIS", + "mainGroupName" : "Strains with data in openBIS", "groups" : createStrainGroups(strainsKnownToOpenbisWithPhenotypesAndPredictions) }); model.od600StrainsWithPhenotypesAndPredictionsGroups.push({ - "mainGroupName" : "Strains with phenotypes or predictions but no data in OpenBIS", + "mainGroupName" : "Strains without data in openBIS", "groups" : createStrainGroups(strainsUnknownToOpenbisWithPhenotypesOrPredictions) }); diff --git a/eu_basynthec/source/html/browser/basynthec-style.css b/eu_basynthec/source/html/browser/basynthec-style.css index cbd4d4ac82c101f82ebf5aa0eb4b085dcb219ce1..5489d74560e6a330cdef5b65be0b66394d0c8a10 100644 --- a/eu_basynthec/source/html/browser/basynthec-style.css +++ b/eu_basynthec/source/html/browser/basynthec-style.css @@ -7,6 +7,8 @@ h2 { } h3 { font: 12px; } +.strainsMainGroup h2 { font-size: 22px;} + .strains { padding-bottom: 10px; } .strains table {