From 126b8b795fd8bdef05b9016edb2a81e8a9cda05e Mon Sep 17 00:00:00 2001 From: gebele Date: Fri, 29 Jan 2016 17:21:55 +0100 Subject: combined layout, sorted descriptors match, query and prediction combined in first row which is sticky on top now. sometimes problems with scroll widget for physchem column, needs to be checked in diff browsers, probably gets droped. physchems new sorted for passed descriptors --- views/layout.haml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'views/layout.haml') diff --git a/views/layout.haml b/views/layout.haml index f3843cc..76d02c3 100644 --- a/views/layout.haml +++ b/views/layout.haml @@ -8,12 +8,12 @@ %link{:rel=>'icon', :type=>'image/x-icon', :href=>'/images/favicon.ico'} %link{:rel=>'stylesheet', :href=>"#{'/css/style.css'}"} %link{:rel=>'stylesheet', :href=>"#{'/css/bootstrap.min.css'}"} - %link{:rel=>'stylesheet', :href=>"#{'/css/theme.default.min.css'}"} %link{:rel=>'stylesheet', :href=>"#{'/css/theme.bootstrap.min.css'}"} %script{:src=>"/javascripts/jquery-1.11.2.min.js"} %script{:src=>"/javascripts/jquery.tablesorter.min.js"} %script{:src=>"/javascripts/jquery.tablesorter.widgets.js"} %script{:src=>"/javascripts/jquery.tablesorter.staticrow.min.js"} + %script{:src=>"/javascripts/widget-scroller.js"} %script{:src=>"/javascripts/bootstrap.min.js"} %body %noscript -- cgit v1.2.3