src/hdalab/templates/renkan_view.html
changeset 344 1473ba25af1f
parent 299 8e00641076e7
child 411 5e3f4a5f0900
equal deleted inserted replaced
343:12b6fc19d78f 344:1473ba25af1f
     5 
     5 
     6 {% block css_import %}
     6 {% block css_import %}
     7 {{block.super}}
     7 {{block.super}}
     8         <link rel="stylesheet" type="text/css" href="{% static 'hdalab/css/additionnal_renkan.css' %}" />
     8         <link rel="stylesheet" type="text/css" href="{% static 'hdalab/css/additionnal_renkan.css' %}" />
     9         <link rel="stylesheet" type="text/css" href="{% static 'renkanmanager/lib/renkan/css/renkan.css' %}" />
     9         <link rel="stylesheet" type="text/css" href="{% static 'renkanmanager/lib/renkan/css/renkan.css' %}" />
    10         <style type="text/css">
       
    11         .rnk-wrapper, .rnk-container{
       
    12             width: 100%;
       
    13         }
       
    14         .rnk-container{
       
    15             height: 100%;
       
    16             width: 100%;
       
    17         }
       
    18         .rnk-wrapper{
       
    19             height: 100%;
       
    20             -webkit-box-sizing: border-box;
       
    21             -moz-box-sizing: border-box;
       
    22             box-sizing: border-box;
       
    23         }
       
    24         </style>
       
    25 {% endblock %}
    10 {% endblock %}
    26 
    11 
    27 {% block js_import %}
    12 {% block js_import %}
    28 {{block.super}}
    13 {{block.super}}
    29         <script src="{% static 'renkanmanager/lib/jquery.mousewheel.min.js' %}"></script>
    14         <script src="{% static 'renkanmanager/lib/jquery.mousewheel.min.js' %}"></script>