add repapp css
This commit is contained in:
parent
3242766b7f
commit
132ddf11a8
2 changed files with 4 additions and 5 deletions
3
rc_hip/repapp/static/repapp/css/repapp.css
Normal file
3
rc_hip/repapp/static/repapp/css/repapp.css
Normal file
|
|
@ -0,0 +1,3 @@
|
||||||
|
.django-ckeditor-widget {
|
||||||
|
display: block !important
|
||||||
|
}
|
||||||
|
|
@ -15,11 +15,7 @@
|
||||||
{% endblock title %}
|
{% endblock title %}
|
||||||
</title>
|
</title>
|
||||||
<link rel="stylesheet" href="{% static 'repapp/css/bootstrap.min.css' %}" />
|
<link rel="stylesheet" href="{% static 'repapp/css/bootstrap.min.css' %}" />
|
||||||
<style>
|
<link rel="stylesheet" href="{% static 'repapp/css/repapp.css' %}" />
|
||||||
.django-ckeditor-widget{
|
|
||||||
display: block !important
|
|
||||||
}
|
|
||||||
</style>
|
|
||||||
{% block head %}
|
{% block head %}
|
||||||
{% endblock head %}
|
{% endblock head %}
|
||||||
</head>
|
</head>
|
||||||
|
|
|
||||||
Reference in a new issue