From 416474140a99892ac6e9857bcb3459d73f9b3d0e Mon Sep 17 00:00:00 2001 From: Diane Trout Date: Fri, 13 Nov 2009 01:26:58 +0000 Subject: [PATCH] Override extjs's rather harsh stylesheet so the library detail page is legible --- .../templates/samples/library_detail.html | 22 ++++++++++++++++++- 1 file changed, 21 insertions(+), 1 deletion(-) diff --git a/htsworkflow/frontend/templates/samples/library_detail.html b/htsworkflow/frontend/templates/samples/library_detail.html index 947691c..b246d43 100644 --- a/htsworkflow/frontend/templates/samples/library_detail.html +++ b/htsworkflow/frontend/templates/samples/library_detail.html @@ -23,7 +23,27 @@ div#librarydetail tbody { text-align: right; } - /* ]]> */ + div#librarydetail h1, + div#librarydetail h2 + { + font-size: 150%; + padding: 0.5em 0 0.5em 0; + } + + div#librarydetail h3 { + font-size: 125%; + padding: 0 0 0.25em 2em; + } + + div#librarydetail h4, + div#librarydetail h5, + div#librarydetail ul, + div#librarydetail ol, + div#librarydetail li + { + padding-left: 2em; + } + /* ]]> */ {% endblock %} -- 2.30.2