web/data/uiprops.py
changeset 9402 2c48c091b6a2
parent 9388 4c34a63bd113
child 9661 c170ec8a4525
equal deleted inserted replaced
9127:aff75b69db92 9402:2c48c091b6a2
     7 STYLESHEETS_IE =    [data('cubicweb.ie.css')]
     7 STYLESHEETS_IE =    [data('cubicweb.ie.css')]
     8 STYLESHEETS_PRINT = [data('cubicweb.print.css')]
     8 STYLESHEETS_PRINT = [data('cubicweb.print.css')]
     9 
     9 
    10 # Javascripts files to include systematically in HTML headers
    10 # Javascripts files to include systematically in HTML headers
    11 JAVASCRIPTS = [data('jquery.js'),
    11 JAVASCRIPTS = [data('jquery.js'),
    12                data('jquery.corner.js'),
    12                data('jquery-migrate.js'),
    13                data('jquery.json.js'),
    13                data('jquery.json.js'),
    14                data('cubicweb.js'),
    14                data('cubicweb.js'),
    15                data('cubicweb.compat.js'),
    15                data('cubicweb.compat.js'),
    16                data('cubicweb.python.js'),
    16                data('cubicweb.python.js'),
    17                data('cubicweb.htmlhelpers.js')]
    17                data('cubicweb.htmlhelpers.js')]
    64 defaultColor = '#000'
    64 defaultColor = '#000'
    65 defaultFontFamily = "'Bitstream Vera Sans','Lucida Grande','Lucida Sans Unicode','Geneva','Verdana',sans-serif"
    65 defaultFontFamily = "'Bitstream Vera Sans','Lucida Grande','Lucida Sans Unicode','Geneva','Verdana',sans-serif"
    66 defaultSize = '12px'
    66 defaultSize = '12px'
    67 defaultLineHeight = '1.5'
    67 defaultLineHeight = '1.5'
    68 defaultLineHeightEm = lazystr('%(defaultLineHeight)sem')
    68 defaultLineHeightEm = lazystr('%(defaultLineHeight)sem')
    69 baseRhythmBg = 'rhythm18.png'
       
    70 
    69 
    71 inputHeight = '1.3em'
    70 inputHeight = '1.3em'
    72 inputPadding = 'O.2em'
    71 inputPadding = 'O.2em'
    73 # XXX
    72 # XXX
    74 defaultLayoutMargin = '8px'
    73 defaultLayoutMargin = '8px'