From 92de2a26c90b0980490586f586011a8c69034329 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Sven=20Sch=C3=B6ling?= Date: Mon, 9 Nov 2015 12:59:30 +0100 Subject: [PATCH] css: common vor main/menu einbinden MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit So kann man common styles in den Stylesheets überlagern. --- SL/Form.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/SL/Form.pm b/SL/Form.pm index c29097289..eee73db63 100644 --- a/SL/Form.pm +++ b/SL/Form.pm @@ -469,7 +469,7 @@ sub header { # standard css for all # this should gradually move to the layouts that need it $layout->use_stylesheet("$_.css") for qw( - main menu common list_accounts jquery.autocomplete + common main menu list_accounts jquery.autocomplete jquery.multiselect2side ui-lightness/jquery-ui jquery-ui.custom -- 2.20.1