web/data/uiprops.py
changeset 10121 23af005426bf
parent 9661 c170ec8a4525
equal deleted inserted replaced
10120:5c7d69381a5d 10121:23af005426bf
     1 """define default ui properties"""
     1 """define default ui properties"""
     2 
     2 
     3 # CSS stylesheets to include systematically in HTML headers
     3 # CSS stylesheets to include systematically in HTML headers
     4 # use the following line if you *need* to keep the old stylesheet
     4 # use the following line if you *need* to keep the old stylesheet
     5 STYLESHEETS =       [data('cubicweb.reset.css'),
     5 STYLESHEETS =       [data('cubicweb.css'), ]
     6                      data('cubicweb.css'), ]
       
     7 STYLESHEETS_IE =    [data('cubicweb.ie.css')]
     6 STYLESHEETS_IE =    [data('cubicweb.ie.css')]
     8 STYLESHEETS_PRINT = [data('cubicweb.print.css')]
     7 STYLESHEETS_PRINT = [data('cubicweb.print.css')]
     9 
     8 
    10 # Javascripts files to include systematically in HTML headers
     9 # Javascripts files to include systematically in HTML headers
    11 JAVASCRIPTS = [data('jquery.js'),
    10 JAVASCRIPTS = [data('jquery.js'),