aboutsummaryrefslogtreecommitdiffstats
path: root/app/views/general/_stylesheet_includes.html.erb
blob: 9dd1f357d974592d7f6a4bc72472d1122ecd38e0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
        <%= stylesheet_link_tag 'main', :title => "Main", :rel => "stylesheet", :media => "all" %>
        <%= stylesheet_link_tag 'fonts', :rel => "stylesheet", :media => "all"  %>
        <%= stylesheet_link_tag 'print', :rel => "stylesheet", :media => "print"  %>
        <% if !params[:print_stylesheet].nil? %>
         <%= stylesheet_link_tag 'print', :rel => "stylesheet", :media => "all"  %>
        <% end %>
        <%= stylesheet_link_tag 'admin-theme/jquery-ui-1.8.15.custom.css', :rel => 'stylesheet'%>
        <!--[if LT IE 7]>
        <style type="text/css">@import url("/stylesheets/ie6.css");</style>
        <![endif]-->
        <!--[if LT IE 8]>
        <style type="text/css">@import url("/stylesheets/ie7.css");</style>
        <![endif]-->
        <% if AlaveteliConfiguration::force_registration_on_new_request %>
        <%= stylesheet_link_tag 'jquery.fancybox-1.3.4', :rel => "stylesheet"  %>
        <% end %>