From: Brandon King Date: Fri, 26 Jun 2009 19:31:47 +0000 (+0000) Subject: CSS fixes for library index X-Git-Tag: 0.2.6~34 X-Git-Url: http://woldlab.caltech.edu/gitweb/?p=htsworkflow.git;a=commitdiff_plain;h=68633e650833caa8c04bd160e8424e7aa3985fd9 CSS fixes for library index --- diff --git a/htsworkflow/frontend/static/js/htsw.js b/htsworkflow/frontend/static/js/htsw.js index 7df0d3a..363e224 100644 --- a/htsworkflow/frontend/static/js/htsw.js +++ b/htsworkflow/frontend/static/js/htsw.js @@ -24,11 +24,10 @@ var goto_url = function(www_url) $(document).ready(function(){ //---------------------------------------- // Django Library Page CSS Fix - /*var fix_library_css = function() { + var fix_library_css = function() { Ext.fly('library-index-div').select('*').addClass('djangocss'); } fix_library_css(); - */ //---------------------------------------- diff --git a/htsworkflow/frontend/templates/flowcell_libraries_app.html b/htsworkflow/frontend/templates/flowcell_libraries_app.html index e7dfe8d..02d1212 100644 --- a/htsworkflow/frontend/templates/flowcell_libraries_app.html +++ b/htsworkflow/frontend/templates/flowcell_libraries_app.html @@ -1,7 +1,7 @@ {% extends "app_base.html" %} {% block additional_css %} - + {% load adminmedia %} {% if LANGUAGE_BIDI %}{% endif %} {% block extrastyle %}{% endblock %} {% block extrahead %}{% endblock %}