From: Diane Trout Date: Fri, 13 Nov 2009 01:26:58 +0000 (+0000) Subject: Override extjs's rather harsh stylesheet so the library detail page is legible X-Git-Tag: 0.4.0~35 X-Git-Url: http://woldlab.caltech.edu/gitweb/?p=htsworkflow.git;a=commitdiff_plain;h=416474140a99892ac6e9857bcb3459d73f9b3d0e Override extjs's rather harsh stylesheet so the library detail page is legible --- 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 %}