From 86567d042d64b63e027d63f30e4b146cce69d9e6 Mon Sep 17 00:00:00 2001 From: cramakri <cramakri> Date: Tue, 9 Oct 2012 12:56:46 +0000 Subject: [PATCH] CCS-9 SP-304 : Improved text and style of Chicago data browser. SVN: 27115 --- eu_basynthec/source/html/browser/basynthec-browser.js | 4 ++-- eu_basynthec/source/html/browser/basynthec-style.css | 2 ++ 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/eu_basynthec/source/html/browser/basynthec-browser.js b/eu_basynthec/source/html/browser/basynthec-browser.js index 4e229f9fcc4..74eaed01f33 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 cbd4d4ac82c..5489d74560e 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 { -- GitLab