diff options
| author | 2012-12-25 14:40:21 +0100 | |
|---|---|---|
| committer | 2012-12-25 14:40:21 +0100 | |
| commit | 9a8389790a0f084dad285ab3047d655c675e3147 (patch) | |
| tree | 9e186976f193ddcc5f2d973ea7c7bd0aa5bbe684 /module/web/templates/default/backbone/modal.html | |
| parent | connected link add dialog, improved tree rendering (diff) | |
| download | pyload-9a8389790a0f084dad285ab3047d655c675e3147.tar.xz | |
improved add dialog + package view
Diffstat (limited to 'module/web/templates/default/backbone/modal.html')
| -rwxr-xr-x | module/web/templates/default/backbone/modal.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/module/web/templates/default/backbone/modal.html b/module/web/templates/default/backbone/modal.html index 90a326a8f..d1186d40a 100755 --- a/module/web/templates/default/backbone/modal.html +++ b/module/web/templates/default/backbone/modal.html @@ -2,7 +2,7 @@ <button type="button" class="close" data-dismiss="modal" aria-hidden="true">×</button>
<h3>{% block header%}Dialog{% endblock %}</h3>
</div>
-<div class="modal-body" style="max-height: 100%">
+<div class="modal-body">
{% block content %}
<%= content %>
{% endblock %}
|
