summaryrefslogtreecommitdiffstats
path: root/module/web/templates/default/backbone/modal.html
diff options
context:
space:
mode:
authorGravatar RaNaN <Mast3rRaNaN@hotmail.de> 2012-12-25 14:40:21 +0100
committerGravatar RaNaN <Mast3rRaNaN@hotmail.de> 2012-12-25 14:40:21 +0100
commit9a8389790a0f084dad285ab3047d655c675e3147 (patch)
tree9e186976f193ddcc5f2d973ea7c7bd0aa5bbe684 /module/web/templates/default/backbone/modal.html
parentconnected link add dialog, improved tree rendering (diff)
downloadpyload-9a8389790a0f084dad285ab3047d655c675e3147.tar.xz
improved add dialog + package view
Diffstat (limited to 'module/web/templates/default/backbone/modal.html')
-rwxr-xr-xmodule/web/templates/default/backbone/modal.html2
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">&times;</button>
<h3>{% block header%}Dialog{% endblock %}</h3>
</div>
-<div class="modal-body" style="max-height: 100%">
+<div class="modal-body">
{% block content %}
<%= content %>
{% endblock %}