From 5b5223bcb5ff5ae011e1c32f2d90044ef5375128 Mon Sep 17 00:00:00 2001 From: pkupczyk <pkupczyk> Date: Fri, 7 Dec 2012 08:19:18 +0000 Subject: [PATCH] Basynthec webapp CSS improvements SVN: 27882 --- .../basynthec/browser/basynthec-style.css | 43 ++++++++++++++++++- 1 file changed, 42 insertions(+), 1 deletion(-) diff --git a/eu_basynthec/source/core-plugins/basynthec/1/as/webapps/basynthec/browser/basynthec-style.css b/eu_basynthec/source/core-plugins/basynthec/1/as/webapps/basynthec/browser/basynthec-style.css index 9bfdef54400..49414f6d7ce 100644 --- a/eu_basynthec/source/core-plugins/basynthec/1/as/webapps/basynthec/browser/basynthec-style.css +++ b/eu_basynthec/source/core-plugins/basynthec/1/as/webapps/basynthec/browser/basynthec-style.css @@ -174,4 +174,45 @@ table.properties td, th { #button-group{ margin-bottom: 5px; -} \ No newline at end of file +} + +.od600inspector { + margin-bottom: 20px; + padding: 10px; + border: 1px solid black; +} + +.od600inspector svg { + margin-bottom: 10px; +} + +.predictionSection h3, .phenotypeSection h3 { + font-size: 14px; + font-weight: bold; + margin-top: 0px; + margin-bottom: 5px; +} + +.predictionSection a, .phenotypeSection a { + font-size: 12px; + margin-left: 5px; + cursor: pointer; + text-decoration: underline; +} + +.predictionSection ul, .phenotypeSection ul { + font-size: 14px; + list-style-type: none; + padding: 0px; + margin-left: 10px; +} + +.predictionSection li .propkey, .phenotypeSection li .propkey { + text-transform: uppercase; + font-size: 11px; + font-weight: bold; +} + +.predictionSection li, .phenotypeSection li { + margin-bottom: 5px; +} -- GitLab