--- a/src/hdalab/templates/renkan_edit.html Wed Aug 20 15:36:50 2014 +0200
+++ b/src/hdalab/templates/renkan_edit.html Wed Aug 20 16:09:56 2014 +0200
@@ -6,23 +6,8 @@
{% block css_import %}
{{block.super}}
<link rel="stylesheet" type="text/css" href="{% static 'hdalab/css/ui-lightness/jquery-ui-1.10.4.min.css' %}" />
+ <link rel="stylesheet" type="text/css" href="{% static 'renkanmanager/lib/renkan/css/renkan.css' %}" />
<link rel="stylesheet" type="text/css" href="{% static 'hdalab/css/additionnal_renkan.css' %}" />
- <link rel="stylesheet" type="text/css" href="{% static 'renkanmanager/lib/renkan/css/renkan.css' %}" />
- <style type="text/css">
- .rnk-wrapper, .rnk-container{
- width: 100%;
- }
- .rnk-container{
- height: 100%;
- width: 100%;
- }
- .rnk-wrapper{
- height: 100%;
- -webkit-box-sizing: border-box;
- -moz-box-sizing: border-box;
- box-sizing: border-box;
- }
- </style>
{% endblock %}
{% block js_import %}