mirror of
https://github.com/jazzband/django-dbtemplates.git
synced 2026-05-20 05:11:54 +00:00
Tweaking the stylesheet overrides a little
This commit is contained in:
parent
a610e90b7a
commit
eb5d698d1e
1 changed files with 5 additions and 1 deletions
|
|
@ -3,9 +3,13 @@
|
|||
{% block extrahead %}
|
||||
{{ block.super }}
|
||||
<style type="text/css">
|
||||
.dbtemplates-template div.content {
|
||||
white-space: nowrap;
|
||||
margin-right: 0.6em;
|
||||
}
|
||||
.dbtemplates-template #id_content {
|
||||
height: 40.2em;
|
||||
width: 100%;
|
||||
width: 85%;
|
||||
}
|
||||
</style>
|
||||
{% endblock %}
|
||||
|
|
|
|||
Loading…
Reference in a new issue